aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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) {
/**