Comparison values max_execution_time

This commit is contained in:
fbsanchez 2020-05-25 18:49:28 +02:00
parent 7bc9a96524
commit 8898340b78
1 changed files with 1 additions and 1 deletions

View File

@ -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';