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 --- lib/exe/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/exe/css.php') diff --git a/lib/exe/css.php b/lib/exe/css.php index bab24b257..e550ab206 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -6,7 +6,7 @@ * @author Andreas Gohr */ -if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../../').'/'); +if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../'); if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session or authentication here (better caching) require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/pageutils.php'); -- cgit v1.2.3