summaryrefslogtreecommitdiffstats
path: root/play/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'play/index.php')
-rw-r--r--play/index.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/play/index.php b/play/index.php
index 8d6da1b8..e7c3917c 100644
--- a/play/index.php
+++ b/play/index.php
@@ -231,12 +231,6 @@ if (!$media->file OR !is_readable($media->file)) {
exit;
}
-// make fread binary safe
-// This feature has been DEPRECATED as of PHP 5.3.0
-if(version_compare(PHP_VERSION, '5.3.0', '<=')) {
- set_magic_quotes_runtime(0);
-}
-
// don't abort the script if user skips this song because we need to update now_playing
ignore_user_abort(true);