]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Usefull line for debugging added.
authorRoland Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 16:34:36 +0000 (18:34 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:15 +0000 (00:20 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
public/index.php

index 38e1546654accfdba7bfe328d6c3a3655a2a5042..2babccc2e66f44dad25132871af9e53dc5af5013 100644 (file)
@@ -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();