Merge branch 'ent-5761-notificacion-max_execution_value-php-consola' into 'develop'
Ent 5761 notificacion max execution value php consola See merge request artica/pandorafms!3236
This commit is contained in:
commit
e514840031
|
@ -1363,7 +1363,7 @@ class ConsoleSupervisor
|
||||||
$this->cleanNotifications('NOTIF.PHP.INPUT_TIME');
|
$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';
|
$url = 'http://php.net/manual/en/info.configuration.php#ini.max-execution-time';
|
||||||
if ($config['language'] == 'es') {
|
if ($config['language'] == 'es') {
|
||||||
$url = 'http://php.net/manual/es/info.configuration.php#ini.max-execution-time';
|
$url = 'http://php.net/manual/es/info.configuration.php#ini.max-execution-time';
|
||||||
|
|
Loading…
Reference in New Issue