From ad15db82c169247243e799f8c16eaef89e6138d1 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 4 Mar 2005 19:41:27 +0100 Subject: load local.php from init.php darcs-hash:20050304184127-9977f-9fbde6f7973ddc0a516f26fc18ee0ff1f19686e3.gz --- inc/init.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc/init.php') diff --git a/inc/init.php b/inc/init.php index 334d77b00..46046ab29 100644 --- a/inc/init.php +++ b/inc/init.php @@ -5,7 +5,13 @@ // define the include path if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/'); + + // load the config file(s) require_once(DOKU_INC.'conf/dokuwiki.php'); + @include_once(DOKU_INC.'conf/local.php'); + + //prepare language array + $lang = array(); // define baseURL if(!defined('DOKU_BASE')) define('DOKU_BASE',getBaseURL()); -- cgit v1.2.3