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=6add3a76c51b94ce0af912184e669170c81b71f4;p=quix0rs-gnu-social.git Usefull line for debugging added. Signed-off-by: Roland Haeder --- 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();