diff options
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 58ff5e7b1..4749c470d 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -5,8 +5,7 @@ * @author Harry Fuecks <hfuecks@gmail.com> * @author Andreas Gohr <andi@splitbrain.org> */ - -if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../../').'/'); +if(!defined('DOKU_INC')) die('meh.'); if ( !defined('DOKU_LF') ) { // Some whitespace to help View > Source |