summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-09-25 21:32:02 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-09-25 21:32:02 +0200
commitc1b9dbaf11fd4b48e8c70aa0613cc81c82cc81cc (patch)
treeeb96d7dcffa014d4aa65d61e93d471800d1dbdc4 /doku.php
parent41396b7169938033ad2fa43497d53fe53b83093d (diff)
downloadrpg-c1b9dbaf11fd4b48e8c70aa0613cc81c82cc81cc.tar.gz
rpg-c1b9dbaf11fd4b48e8c70aa0613cc81c82cc81cc.tar.bz2
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
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php3
1 files changed, 3 insertions, 0 deletions
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);
?>