diff options
Diffstat (limited to 'lib/class')
-rw-r--r-- | lib/class/localplay.abstract.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/class/localplay.abstract.php b/lib/class/localplay.abstract.php index 39562fca..3048d424 100644 --- a/lib/class/localplay.abstract.php +++ b/lib/class/localplay.abstract.php @@ -95,9 +95,6 @@ abstract class localplay_controller { // Define possible 'primary' keys $primary_array = array('song','demo_id','random'); - // Delete everything before the first ? - $file = preg_replace("/.*\?(.+)/",'$1',$url); - $variables = parse_url($url,PHP_URL_QUERY); parse_str($variables,$data); |