From b032ac027e531b992a62b1af5d19e865e28e8b7d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 14 Jun 2007 21:36:03 +0000 Subject: [PATCH] removed reference to file that I deleted... --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 8b07d76c..b9abd5fb 100644 --- a/install.php +++ b/install.php @@ -31,7 +31,6 @@ require_once 'lib/install.php'; require_once 'lib/debug.lib.php'; require_once 'lib/gettext.php'; -require_once 'modules/vauth/dbh.lib.php'; require_once 'modules/vauth/init.php'; if ($_SERVER['HTTPS'] == 'on') { $http_type = "https://"; }