diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 17:40:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 17:40:07 +0000 |
commit | e44dea76cdd1911d01104e9afdf7847642c7a0d9 (patch) | |
tree | 4629f09317c7349e8344441c7e1f1a4fbb7e8a62 /install.php | |
parent | ba2bb3649e64bca07c1b66fd1c9c0f023df07485 (diff) | |
download | ampache-e44dea76cdd1911d01104e9afdf7847642c7a0d9.tar.gz ampache-e44dea76cdd1911d01104e9afdf7847642c7a0d9.tar.bz2 ampache-e44dea76cdd1911d01104e9afdf7847642c7a0d9.zip |
removed reference to file that does not exist
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 e745669f..3156c548 100644 --- a/install.php +++ b/install.php @@ -26,7 +26,6 @@ require_once('lib/general.lib.php'); require_once('lib/ui.lib.php'); require_once('modules/horde/Browser.php'); require_once('lib/install.php'); -require_once('modules/lib.php'); require_once('lib/debug.lib.php'); require_once('lib/class/user.class.php'); require_once('lib/class/error.class.php'); |