diff options
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 2 | ||||
-rw-r--r-- | play/pupload.php | 2 |
2 files changed, 2 insertions, 2 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. */ diff --git a/play/pupload.php b/play/pupload.php index df3a87a0..192c8709 100644 --- a/play/pupload.php +++ b/play/pupload.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');
$browser = new Browser();
|