From 4724a5775a55527d05b2210f61b3d6318a2e07c0 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 6 May 2005 16:57:43 +0200 Subject: small fixes darcs-hash:20050506145743-9977f-16cbd3c620a635fc49f965a7dd43baec38bf7200.gz --- inc/init.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc/init.php') 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'); -- cgit v1.2.3