From 715030372c30aeb11392f96f9ce5e691cc4b78d1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 4 May 2015 11:13:55 -0700 Subject: [PATCH] Fixes #990 - Cron command compatibility issue. --- cron.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cron.php b/cron.php index 8cb3d3723..cfc980622 100644 --- a/cron.php +++ b/cron.php @@ -36,6 +36,10 @@ require_once(realpath(dirname(__FILE__)."/class2.php")); { $pwd = $_GET['token']; } + else + { + $pwd = str_replace('token=','',$pwd); + } if($pref['e_cron_pwd'] != $pwd) {