From 8c71614b82969aef25438e3843b06e676efad3c9 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Tue, 7 Apr 2009 18:22:53 +0200 Subject: [PATCH] Allow local object definitions. --- koward/config/objects.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koward/config/objects.php b/koward/config/objects.php index 9cf5cb3d2..163e9399b 100644 --- a/koward/config/objects.php +++ b/koward/config/objects.php @@ -204,3 +204,7 @@ $objects['kolabuser'] = array( ), ), ); + +if (file_exists(dirname(__FILE__) . '/objects.local.php')) { + require_once(dirname(__FILE__) . '/objects.local.php'); +} -- 2.11.0