aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index 4fb7aec..16a2d34 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -14,6 +14,7 @@ $CONFIG['groupby'] = array(
14 'sensors' => 'type', 14 'sensors' => 'type',
15); 15);
16 16
17include 'config.local.php'; 17if (file_exists(dirname(__FILE__).'/config.local.php'))
18 include 'config.local.php';
18 19
19?> 20?>