4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-03 05:37:44 +00:00

fix comments for php server example

This commit is contained in:
Jesse Young
2011-09-12 17:47:56 -07:00
parent aff22e51d8
commit 0a0f50ad18
4 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,10 @@
<?php
// invoke from command line
/*
* Command line script to simulate sending an outgoing SMS from the server.
*
* The message will be queued on the server until the next time KalSMS checks for outgoing messages.
*/
require_once __DIR__."/config.php";