11 lines
248 B
INI
11 lines
248 B
INI
|
[PHP]
|
||
|
engine = On
|
||
|
expose_php = Off
|
||
|
max_execution_time = 300
|
||
|
max_input_time = 300
|
||
|
memory_limit = 128M
|
||
|
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING
|
||
|
display_errors = Off
|
||
|
|
||
|
[Date]
|
||
|
date.timezone = "Europe/Warsaw"
|