summaryrefslogtreecommitdiff
path: root/includes/config.defaults.php
AgeCommit message (Collapse)Author
2014-08-05Add a disclaimer to the top of the config.default.php.Guillaume Mazoyer
2014-08-05adding a disclaimer to example config file and moving out some defaults ↵Romain Boissat rboissat
values that aren't :)
2014-08-05Add blank line.Guillaume Mazoyer
2014-08-05Add config.defaults.php to set default configuration options.Guillaume Mazoyer
The defaults can be overriden in the config.php file but some of them are fine as defaults. This will help in having a config.php file as short as we can. Also move utils.php to the includes directory.