1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fixes #990 - Cron command compatibility issue.

This commit is contained in:
Cameron 2015-05-04 11:13:55 -07:00
parent 9aef169417
commit 715030372c

View File

@ -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)
{