diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-04 04:55:54 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-04 04:55:54 +0000 |
commit | 5f3caeda01c6267d583b9243dc10cfbcf4af64ae (patch) | |
tree | cc5e272233d29553e39ccf8a3f9c5da3452f949b /play/index.php | |
parent | 513963dea099d78a616acd396eaae9525142df20 (diff) | |
download | ampache-5f3caeda01c6267d583b9243dc10cfbcf4af64ae.tar.gz ampache-5f3caeda01c6267d583b9243dc10cfbcf4af64ae.tar.bz2 ampache-5f3caeda01c6267d583b9243dc10cfbcf4af64ae.zip |
fixed an install bug, and bumped version for release
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index 497be35a..5ce996dd 100644 --- a/play/index.php +++ b/play/index.php @@ -30,7 +30,6 @@ require_once '../lib/init.php'; require_once Config::get('prefix') . '/modules/horde/Browser.php'; ob_end_clean(); - /* These parameters had better come in on the url. */ $uid = scrub_in($_REQUEST['uid']); $song_id = scrub_in($_REQUEST['song']); |