From 6add3a76c51b94ce0af912184e669170c81b71f4 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 18 Aug 2014 18:34:36 +0200 Subject: [PATCH] Usefull line for debugging added. Signed-off-by: Roland Haeder --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 674099e712..76e4cfe716 100644 --- a/index.php +++ b/index.php @@ -37,6 +37,9 @@ * @license GNU Affero General Public License http://www.gnu.org/licenses/ */ +// Comment in if you have xdebug installed and need a detailed backtrace: +//xdebug_start_trace(); + $_startTime = microtime(true); $_perfCounters = array(); -- 2.39.5