summaryrefslogtreecommitdiffstats
path: root/play/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-05 20:12:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-05 20:12:06 +0000
commitdf539d8c0ed82aa45c8fa2026a49f270806989e4 (patch)
treebf5b7d36c517a1c8124bbda572bb721139ad69c3 /play/index.php
parent475f809d6c7d0c32fad01780aa9c8018705fd390 (diff)
downloadampache-df539d8c0ed82aa45c8fa2026a49f270806989e4.tar.gz
ampache-df539d8c0ed82aa45c8fa2026a49f270806989e4.tar.bz2
ampache-df539d8c0ed82aa45c8fa2026a49f270806989e4.zip
moved browse class into its rightful place
Diffstat (limited to 'play/index.php')
-rw-r--r--play/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php
index c6414357..cc230bc2 100644
--- a/play/index.php
+++ b/play/index.php
@@ -29,7 +29,7 @@
$no_session = true;
require_once('../modules/init.php');
-require_once(conf('prefix') . '/lib/Browser.php');
+require_once(conf('prefix') . '/modules/horde/Browser.php');
/* These parameters had better come in on the url. */