Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/aslo/config-local.php
blob: c67035cea0bf84a5274a6f0c80b76b40fd31434d (plain)
1
2
3
4
5
6
<?php
define('DEBUG', 1);
define('DEV', true);
define('LOG_ERROR', 10);
define('QUERY_CACHE', false);
?>