2018-12-18 03:01:32 +00:00
|
|
|
<?php
|
|
|
|
return <<<EOF
|
2018-02-26 04:21:14 +00:00
|
|
|
[system]
|
2018-03-23 09:27:14 +00:00
|
|
|
max_execution_time=0
|
2020-02-06 04:27:54 +00:00
|
|
|
memory_limit=0
|
2020-02-06 04:37:13 +00:00
|
|
|
upload_max_filesize=0
|
|
|
|
post_max_size=0
|
2020-02-19 07:00:28 +00:00
|
|
|
min_cpu_idle=0
|
|
|
|
cpu_sleep_time=3
|
2020-02-24 08:50:50 +00:00
|
|
|
cpu_num_cores=1
|
2018-02-26 04:21:14 +00:00
|
|
|
session_dir=session
|
|
|
|
enable_autoload=0
|
2018-03-04 17:07:02 +00:00
|
|
|
default_route=welcome
|
2019-11-14 03:00:00 +00:00
|
|
|
cache_enabled=1
|
2019-11-13 07:52:44 +00:00
|
|
|
cache_max_age=180
|
2019-11-15 06:46:10 +00:00
|
|
|
temp_max_age=60
|
2019-11-17 13:42:02 +00:00
|
|
|
old_version=0
|
2018-12-18 03:01:32 +00:00
|
|
|
EOF;
|