diff options
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']); |