From d0a27cb03cdfea95e402e7896ea446c4d45b5942 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 30 Sep 2007 22:11:33 +0200 Subject: don't use fullpath() before initialized darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz --- doku.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doku.php') diff --git a/doku.php b/doku.php index 55db77e99..9ee99353a 100644 --- a/doku.php +++ b/doku.php @@ -8,7 +8,7 @@ // xdebug_start_profiling(); - if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__)).'/'); + if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/'); require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/common.php'); require_once(DOKU_INC.'inc/events.php'); -- cgit v1.2.3