summaryrefslogtreecommitdiff
path: root/inc/init.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-05-06 16:57:43 +0200
committerandi <andi@splitbrain.org>2005-05-06 16:57:43 +0200
commit4724a5775a55527d05b2210f61b3d6318a2e07c0 (patch)
treea9a3b6336d29dadf7eb6b1e6681ed9e99bb74ff6 /inc/init.php
parentcd9ab85b218ffdc708245d9b7cf498276ead5c31 (diff)
downloadrpg-4724a5775a55527d05b2210f61b3d6318a2e07c0.tar.gz
rpg-4724a5775a55527d05b2210f61b3d6318a2e07c0.tar.bz2
small fixes
darcs-hash:20050506145743-9977f-16cbd3c620a635fc49f965a7dd43baec38bf7200.gz
Diffstat (limited to 'inc/init.php')
-rw-r--r--inc/init.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php
index 58dc5c67d..346a41baf 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -9,6 +9,9 @@
// set up error reporting to sane values
error_reporting(E_ALL ^ E_NOTICE);
+ //prepare config array()
+ $conf = array();
+
// load the config file(s)
require_once(DOKU_INC.'conf/dokuwiki.php');
@include_once(DOKU_INC.'conf/local.php');