diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/cron.php b/engine/lib/cron.php index ca1a77968..a5ec123ff 100644 --- a/engine/lib/cron.php +++ b/engine/lib/cron.php @@ -53,7 +53,7 @@ include($CONFIG->path . "engine/handlers/cron_handler.php"); } else - include($CONFIG->pluginspath . "ss_sms/index.php"); + forward(); } |