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