cosmetics (indent)

This commit is contained in:
Steffen Vogel 2011-02-24 17:15:06 +01:00
parent 6b09255f05
commit 243121e40b

View file

@ -72,9 +72,9 @@ $config['db']['dbname'] = 'volkszaehler';
//$config['db']['path'] = 'volkszaehler';
/** @var boolean disables some optimizations. Only use it when you exactly know what you are doing. */
$config['devmode'] = FALSE;
$config['devmode'] = FALSE;
/** @var integer set to > 0 to show debugging messages */
$config['debug'] = 0;
$config['debug'] = 0;
?>