summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-09 16:42:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-09 16:42:55 +0000
commit0d5517d8b8d9d354385b26b05ef7a71d467670d0 (patch)
tree4cefd87f215873a79d9966edc605615dd7304e3e /install.php
parent4bccf5b59561d2a1450e5fecfd4fa436af8f99d4 (diff)
downloadampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.tar.gz
ampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.tar.bz2
ampache-0d5517d8b8d9d354385b26b05ef7a71d467670d0.zip
tweaked some stuff
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index fab6e5a2..c699c84c 100644
--- a/install.php
+++ b/install.php
@@ -25,7 +25,7 @@ error_reporting(E_ALL ^ E_NOTICE);
require_once('lib/general.lib.php');
require_once('lib/ui.lib.php');
-require_once('lib/Browser.php');
+require_once('modules/horde/Browser.php');
require_once('lib/install.php');
require_once('modules/lib.php');
require_once('lib/debug.php');