reasonableframework/storage/config/system.ini.php

11 lines
149 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
EOF;