19 lines
280 B
PHP
19 lines
280 B
PHP
<?php
|
|
return <<<EOF
|
|
[system]
|
|
max_execution_time=0
|
|
memory_limit=0
|
|
upload_max_filesize=0
|
|
post_max_size=0
|
|
min_cpu_idle=0
|
|
cpu_sleep_time=3
|
|
cpu_num_cores=1
|
|
session_dir=session
|
|
enable_autoload=0
|
|
default_route=welcome
|
|
cache_enabled=1
|
|
cache_max_age=180
|
|
temp_max_age=60
|
|
old_version=0
|
|
EOF;
|