Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
581 B

<?php
/**
* Config
*/
return array(
'default_timezone' => 'Asia/HonKong', //timezone
'content_directory' => 'content/', //directory of contents in /www/
'theme' => 'manual', //name of theme which is enabled
//when it's empty, use layout and views in directory views/
'default_layout' => 'main', //default layout
'error_layout' => 'error', //exception layout, show error title and content
//for debug, log directory: ../runtime/logs/
'debug' => false,
);