diff options
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/actions.php b/inc/actions.php index 62b39efc2..0a347f472 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -6,8 +6,8 @@ * @author Andreas Gohr <andi@splitbrain.org> */ - if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/'); - require_once(DOKU_INC.'inc/template.php'); +if(!defined('DOKU_INC')) die('meh.'); +require_once(DOKU_INC.'inc/template.php'); /** |