From 243121e40b1be2a175126482f860c1d33cf8bb7a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 24 Feb 2011 17:15:06 +0100 Subject: [PATCH] cosmetics (indent) --- etc/volkszaehler.conf.template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/volkszaehler.conf.template.php b/etc/volkszaehler.conf.template.php index 6197ba3..24ff351 100644 --- a/etc/volkszaehler.conf.template.php +++ b/etc/volkszaehler.conf.template.php @@ -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; ?>