Bugfix curly braces cronjobs
This commit is contained in:
@@ -7,7 +7,7 @@ include_once(dirname(__FILE__)."/../www/lib/class.remote.php");
|
||||
include_once(dirname(__FILE__)."/../www/lib/class.httpclient.php");
|
||||
$aes = '';
|
||||
$phpversion = (String)phpversion();
|
||||
if($phpversion{0} == '7' && (int)$phpversion{2} > 0)$aes = '2';
|
||||
if($phpversion[0] == '7' && (int)$phpversion[2] > 0)$aes = '2';
|
||||
if($aes == 2 && is_file(dirname(__FILE__)."/../www/lib/class.aes".$aes.".php"))
|
||||
{
|
||||
include_once(dirname(__FILE__)."/../www/lib/class.aes".$aes.".php");
|
||||
|
||||
Reference in New Issue
Block a user