diff options
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <andi@splitbrain.org> */ - 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'); |