From fa8adffee31ae8c6e5563badf3926e523032f5e2 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 13 Dec 2008 10:04:00 +0100 Subject: removed some illogical path setups darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz --- inc/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/auth.php') diff --git a/inc/auth.php b/inc/auth.php index 18f1ece89..1d325b02c 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -9,7 +9,7 @@ * @author Andreas Gohr */ - if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/'); + if(!defined('DOKU_INC')) die('meh.'); require_once(DOKU_INC.'inc/common.php'); require_once(DOKU_INC.'inc/io.php'); -- cgit v1.2.3