aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-15 11:45:06 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-15 11:45:06 +0100
commit9796e99fa8378758c4fe0f655b7c192f8fc1690f (patch)
tree82f67ab99c3816ff66aa25c3c5f15953ecc43e5c /index.php
parent29ade1d9b971bb14746bab5ec57db0e204c9e137 (diff)
downloadvolse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.gz
volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.bz2
volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.zip
added simple build-in profiling
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 5f6d74adb..688eee2ee 100755
--- a/index.php
+++ b/index.php
@@ -41,6 +41,7 @@ require_once("dba.php");
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
unset($db_host, $db_user, $db_pass, $db_data);
+require_once('util/profiler.php');
if(! $install) {