From 2a27e99ac0428ee74f330df0fff0415417765768 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 29 Apr 2005 22:54:36 +0200 Subject: more cleanup darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz --- doku.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doku.php') 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 */ - //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); ?> -- cgit v1.2.3