From 5de6e1cabf3cdbb44379dfa253ed836391e05d43 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 26 Jul 2014 22:07:29 +0200 Subject: [PATCH] Done some more testing --- class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; ?>