diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-09-25 21:32:02 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-09-25 21:32:02 +0200 |
commit | c1b9dbaf11fd4b48e8c70aa0613cc81c82cc81cc (patch) | |
tree | eb96d7dcffa014d4aa65d61e93d471800d1dbdc4 /doku.php | |
parent | 41396b7169938033ad2fa43497d53fe53b83093d (diff) | |
download | rpg-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.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,5 +76,8 @@ trigger_event('DOKUWIKI_DONE', $tmp=array()); + //handle metadebug request + debug_meta($ID); + // xdebug_dump_function_profile(1); ?> |