diff options
Diffstat (limited to 'scripts/smsqueuehandler.php')
-rwxr-xr-x | scripts/smsqueuehandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index 6583a77da..9e8de7a11 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -71,3 +71,4 @@ if (have_option('i')) { $handler = new SmsQueueHandler($id); $handler->runOnce(); +?> |