From: Roland Haeder Date: Mon, 18 Aug 2014 16:34:36 +0000 (+0200) Subject: Usefull line for debugging added. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f02ab0c26309cfd7d7734ca357c892f93f68d1a;p=quix0rs-gnu-social.git Usefull line for debugging added. Signed-off-by: Roland Haeder --- 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();