From 16521111dd62031afbcbdadffe0f8f6929fb6056 Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 23 May 2005 19:48:04 +0200 Subject: moved loading of languages to init.php - fixes #346 darcs-hash:20050523174804-9977f-a49e154bb89357d39eb8ddb3273650759cd74114.gz --- doku.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'doku.php') diff --git a/doku.php b/doku.php index 43b036d86..1b169c57b 100644 --- a/doku.php +++ b/doku.php @@ -13,8 +13,6 @@ require_once(DOKU_INC.'inc/common.php'); require_once(DOKU_INC.'inc/pageutils.php'); require_once(DOKU_INC.'inc/html.php'); - require_once(DOKU_INC.'lang/en/lang.php'); - require_once(DOKU_INC.'lang/'.$conf['lang'].'/lang.php'); require_once(DOKU_INC.'inc/auth.php'); require_once(DOKU_INC.'inc/actions.php'); -- cgit v1.2.3