diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-14 21:36:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-14 21:36:03 +0000 |
commit | b032ac027e531b992a62b1af5d19e865e28e8b7d (patch) | |
tree | 395dcae86a2922ece3751b7391bd13db97de1b96 /install.php | |
parent | dc665ecc150900a884c462b4395509214c05d021 (diff) | |
download | ampache-b032ac027e531b992a62b1af5d19e865e28e8b7d.tar.gz ampache-b032ac027e531b992a62b1af5d19e865e28e8b7d.tar.bz2 ampache-b032ac027e531b992a62b1af5d19e865e28e8b7d.zip |
removed reference to file that I deleted...
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
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://"; } |