13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
|
{
|
||
|
my $tz = ${'TimeZone'} || 'Europe/Paris';
|
||
|
$OUT =<<"HERE";
|
||
|
max_execution_time=600
|
||
|
max_input_time=600
|
||
|
memory_limit=256M
|
||
|
date.timezone=$tz
|
||
|
post_max_size=32M
|
||
|
always_populate_raw_post_data=-1
|
||
|
HERE
|
||
|
}
|
||
|
|