diff --git a/class.php b/class.php index e81dd45..a282cb6 100644 --- a/class.php +++ b/class.php @@ -1,5 +1,5 @@ sendMsg("Detta är mitt SMS!") . "\n"; +$MySMS = new Cellsynt("jake", "testpw", "numeric", "123456666"); +print $MySMS->sendMsg("Detta är mitt SMS!") . "\n"; ?>