summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-09-30 22:11:33 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-09-30 22:11:33 +0200
commitd0a27cb03cdfea95e402e7896ea446c4d45b5942 (patch)
tree1c6fca1a13ae1674f2309ad291af0f44e74418c4 /install.php
parent009768124df70258806ec3120189432d1b2bb912 (diff)
downloadrpg-d0a27cb03cdfea95e402e7896ea446c4d45b5942.tar.gz
rpg-d0a27cb03cdfea95e402e7896ea446c4d45b5942.tar.bz2
don't use fullpath() before initialized
darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 575af1b5b..bf8bccea2 100644
--- a/install.php
+++ b/install.php
@@ -5,7 +5,7 @@
* @author Chris Smith <chris@jalakai.co.uk>
*/
-if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__)).'/');
+if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/');
if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
if(!defined('DOKU_LOCAL')) define('DOKU_LOCAL',DOKU_INC.'conf/');