Final(?) version

This commit is contained in:
Polonkai Gergely
2011-09-30 13:42:45 +02:00
committed by Polonkai Gergely
parent 30f450df66
commit 31c6abc039
7 changed files with 345 additions and 72 deletions

6
smsBackend.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
interface smsBackend
{
public function sendSMS($recipient, $message);
}