aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-22 12:52:24 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-22 12:52:24 +0100
commitad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d (patch)
tree90bc6fb3d5386958575182126285aad944743450 /index.php
parentcea7ca1df4fd8065c38a4f43a0f13ba89e8b94e2 (diff)
downloadvolse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.tar.gz
volse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.tar.bz2
volse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.zip
removed unneccessary stuff
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 688eee2ee..c82b20386 100755
--- a/index.php
+++ b/index.php
@@ -41,8 +41,6 @@ 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) {
/**