From 3f02ab0c26309cfd7d7734ca357c892f93f68d1a 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 --- public/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.php b/public/index.php index 38e1546654..2babccc2e6 100644 --- a/public/index.php +++ b/public/index.php @@ -47,6 +47,9 @@ * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ +// Comment in if you have xdebug installed and need a detailed backtrace: +//xdebug_start_trace(); + $_startTime = microtime(true); $_perfCounters = array(); -- 2.39.5