This commit is contained in:
parent
248cb43c61
commit
4e59c6fb5c
|
|
@ -14,7 +14,7 @@ max_execution_time = 30
|
|||
max_input_time = 60
|
||||
max_input_vars = 1000
|
||||
memory_limit = 128M
|
||||
error_reporting = E_ALL
|
||||
error_reporting = E_ALL & ~E_NOTICE
|
||||
display_errors = On
|
||||
display_startup_errors = On
|
||||
log_errors = On
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ max_execution_time = 30
|
|||
max_input_time = 60
|
||||
max_input_vars = 1000
|
||||
memory_limit = 128M
|
||||
error_reporting = E_ALL
|
||||
error_reporting = E_ALL & ~E_NOTICE
|
||||
display_errors = On
|
||||
display_startup_errors = On
|
||||
log_errors = On
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ max_execution_time = 30
|
|||
max_input_time = 60
|
||||
max_input_vars = 1000
|
||||
memory_limit = 128M
|
||||
error_reporting = E_ALL
|
||||
error_reporting = E_ALL & ~E_NOTICE
|
||||
display_errors = On
|
||||
display_startup_errors = On
|
||||
log_errors = On
|
||||
|
|
|
|||
Loading…
Reference in New Issue