13 lines
179 B
PHP
13 lines
179 B
PHP
<?php
|
|
return <<<EOF
|
|
[system]
|
|
max_execution_time=0
|
|
session_dir=session
|
|
enable_autoload=0
|
|
default_route=welcome
|
|
cache_enabled=1
|
|
cache_max_age=180
|
|
temp_max_age=60
|
|
old_version=0
|
|
EOF;
|