diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-08 04:11:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-08 04:11:39 +0000 |
commit | 6319e26250e7b63522c397639722b88998807256 (patch) | |
tree | 1d72b81a8c0cc99f1355130cef449b302ed9fda3 /download/index.php | |
parent | 7715ec7cf0ec34ef7c540ff9921d2fde4ce7ff9b (diff) | |
download | ampache-6319e26250e7b63522c397639722b88998807256.tar.gz ampache-6319e26250e7b63522c397639722b88998807256.tar.bz2 ampache-6319e26250e7b63522c397639722b88998807256.zip |
renamed tv, fixed up the tmp playlist, added two preferences and corrected some logic in play/index.php
Diffstat (limited to 'download/index.php')
-rw-r--r-- | download/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/download/index.php b/download/index.php index d390d778..ff4b0e9e 100644 --- a/download/index.php +++ b/download/index.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) 2001 - 2007 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -25,8 +25,8 @@ Special thanks to the Horde project for their Browser class that makes this so easy. */ -require('../lib/init.php'); -require(conf('prefix') . '/modules/horde/Browser.php'); +require '../lib/init.php'; +require Config::get('prefix') . '/modules/horde/Browser.php'; $browser = new Browser(); |