diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-07-29 17:54:57 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-07-29 17:54:57 +0200 |
commit | e7cb32dcb57d3ae03544db66367d6aaa02f7ddf8 (patch) | |
tree | 7d7f82cc8049656bc859ebfc2961d9a2fd2f9918 /inc/template.php | |
parent | 9f830448ee35b709be3c303585a230dfbf8582b3 (diff) | |
download | rpg-e7cb32dcb57d3ae03544db66367d6aaa02f7ddf8.tar.gz rpg-e7cb32dcb57d3ae03544db66367d6aaa02f7ddf8.tar.bz2 |
DOKU_CONF define for config directory #479
darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index ac5ea3d67..2d465e3d3 100644 --- a/inc/template.php +++ b/inc/template.php @@ -7,7 +7,7 @@ */ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/'); - require_once(DOKU_INC.'conf/dokuwiki.php'); + require_once(DOKU_CONF.'dokuwiki.php'); /** * Wrapper around htmlspecialchars() |