#9255 Fixed max_input_time notify
This commit is contained in:
parent
181b8d5d91
commit
451d984dba
|
@ -1466,7 +1466,7 @@ class ConsoleSupervisor
|
||||||
[
|
[
|
||||||
'type' => 'NOTIF.PHP.INPUT_TIME',
|
'type' => 'NOTIF.PHP.INPUT_TIME',
|
||||||
'title' => sprintf(
|
'title' => sprintf(
|
||||||
__("'%s' value in PHP configuration is not recommended"),
|
__('%s value in PHP configuration is not recommended'),
|
||||||
'max_input_time'
|
'max_input_time'
|
||||||
),
|
),
|
||||||
'message' => sprintf(
|
'message' => sprintf(
|
||||||
|
|
Loading…
Reference in New Issue