From bc3b6aec0f5bdef988488010807a94bee0808426 Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 5 Jun 2005 13:07:14 +0200 Subject: moved lang directory into inc dir darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz --- inc/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/init.php') diff --git a/inc/init.php b/inc/init.php index dd5614d42..67cac8783 100644 --- a/inc/init.php +++ b/inc/init.php @@ -22,8 +22,8 @@ $lang = array(); //load the language files - require_once(DOKU_INC.'lang/en/lang.php'); - require_once(DOKU_INC.'lang/'.$conf['lang'].'/lang.php'); + require_once(DOKU_INC.'inc/lang/en/lang.php'); + require_once(DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php'); // define baseURL if(!defined('DOKU_BASE')) define('DOKU_BASE',getBaseURL()); -- cgit v1.2.3