diff options
Diffstat (limited to 'inc/events.php')
-rw-r--r-- | inc/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/events.php b/inc/events.php index b87bbadbc..1604c73c6 100644 --- a/inc/events.php +++ b/inc/events.php @@ -6,7 +6,7 @@ * @author Christopher Smith <chris@jalakai.co.uk> */ -if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/'); +if(!defined('DOKU_INC')) die('meh.'); require_once(DOKU_INC.'inc/pluginutils.php'); class Doku_Event { |