Comparison values max_execution_time
This commit is contained in:
parent
7bc9a96524
commit
8898340b78
|
@ -1349,7 +1349,7 @@ class ConsoleSupervisor
|
|||
$this->cleanNotifications('NOTIF.PHP.INPUT_TIME');
|
||||
}
|
||||
|
||||
if ($PHPmax_execution_time !== '0') {
|
||||
if ((int) $PHPmax_execution_time !== 0) {
|
||||
$url = 'http://php.net/manual/en/info.configuration.php#ini.max-execution-time';
|
||||
if ($config['language'] == 'es') {
|
||||
$url = 'http://php.net/manual/es/info.configuration.php#ini.max-execution-time';
|
||||
|
|
Loading…
Reference in New Issue