diff options
Diffstat (limited to 'doku.php')
-rw-r--r-- | doku.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/'); require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/common.php'); + require_once(DOKU_INC.'inc/pageutils.php'); require_once(DOKU_INC.'inc/html.php'); require_once(DOKU_INC.'inc/parser.php'); require_once(DOKU_INC.'lang/en/lang.php'); |