diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-22 12:52:24 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-22 12:52:24 +0100 |
commit | ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d (patch) | |
tree | 90bc6fb3d5386958575182126285aad944743450 /index.php | |
parent | cea7ca1df4fd8065c38a4f43a0f13ba89e8b94e2 (diff) | |
download | volse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.tar.gz volse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.tar.bz2 volse-hubzilla-ad9d0dadb3ade47d9ecbe5a0ffea12a8f9c4a96d.zip |
removed unneccessary stuff
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { /** |