reasonableframework/storage/config/system.ini.php

12 lines
169 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
data_max_age=259200
EOF;