From c1b9dbaf11fd4b48e8c70aa0613cc81c82cc81cc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 25 Sep 2006 21:32:02 +0200 Subject: metadebug parameter added With DokuWiki's reliance on certain page metadata, it is sometimes necessary to view the metadata of a page. This patch allows developers to append the parameter ?metadebug darcs-hash:20060925193202-7ad00-6a42c7458aaa1cc40df3c7a61ad70df5d64be152.gz --- doku.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doku.php') diff --git a/doku.php b/doku.php index 48ac56682..74ba1db6f 100644 --- a/doku.php +++ b/doku.php @@ -76,5 +76,8 @@ trigger_event('DOKUWIKI_DONE', $tmp=array()); + //handle metadebug request + debug_meta($ID); + // xdebug_dump_function_profile(1); ?> -- cgit v1.2.3