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:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user