summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-29 22:54:36 +0200
committerandi <andi@splitbrain.org>2005-04-29 22:54:36 +0200
commit2a27e99ac0428ee74f330df0fff0415417765768 (patch)
tree7ac58a5624301a9ce2ef0099ec442be2df1ce615 /doku.php
parent6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5 (diff)
downloadrpg-2a27e99ac0428ee74f330df0fff0415417765768.tar.gz
rpg-2a27e99ac0428ee74f330df0fff0415417765768.tar.bz2
more cleanup
darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/doku.php b/doku.php
index dc1553591..43b036d86 100644
--- a/doku.php
+++ b/doku.php
@@ -6,7 +6,7 @@
* @author Andreas Gohr <andi@splitbrain.org>
*/
- //xdebug_start_profiling();
+// xdebug_start_profiling();
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/');
require_once(DOKU_INC.'inc/init.php');
@@ -61,5 +61,5 @@
//restore old umask
umask($conf['oldumask']);
- //xdebug_dump_function_profile(3);
+// xdebug_dump_function_profile(1);
?>