]> 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 Haeder <roland@mxchange.org>
Mon, 18 Aug 2014 16:34:36 +0000 (18:34 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
index.php

index 674099e7128c1193547cf1fe689a1e6032e0eb50..76e4cfe71623d3d320b2739aa76aafdb6eba740b 100644 (file)
--- 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();