diff --git a/LICENSE b/LICENSE index 2f9d8eb..13edc50 100755 --- a/LICENSE +++ b/LICENSE @@ -37,4 +37,8 @@ org.envaya.sms.Base64Coder is (c) 2003-2010 Christian d'Heureuse, org.envaya.sms.App.chooseOutgoingSmsPackage and org.envaya.sms.ForegroundService include code from Android, Copyright 2005-2009 The Android Open Source Project - See NOTICE \ No newline at end of file + See NOTICE + +server/php/example/www/test.html uses code from crypto-js, + Copyright (c) 2011, Jeff Mott, + released under new BSD license \ No newline at end of file diff --git a/server/php/README.txt b/server/php/README.txt index 0e444b4..d94d7b4 100755 --- a/server/php/README.txt +++ b/server/php/README.txt @@ -20,5 +20,9 @@ On a phone running EnvayaSMS, go to Menu -> Settings and enter: To send an outgoing SMS, use php example/send_sms.php + +example/www/test.html allows you to simulate the HTTP requests made by EnvayaSMS +in your browser without actually using the EnvayaSMS app. +If you're using server.php, just go to http://:8002/test.html See EnvayaSMS.php and example/www/index.php \ No newline at end of file