Changeset 1729 for trunk/lib/class/localplay.abstract.php
- Timestamp:
- 08/31/08 08:41:30 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/class/localplay.abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/class/localplay.abstract.php
r1728 r1729 96 96 $primary_array = array('song','demo_id','random'); 97 97 98 // Delete everything before the first ?99 $file = preg_replace("/.*\?(.+)/",'$1',$url);100 101 98 $variables = parse_url($url,PHP_URL_QUERY); 102 99 parse_str($variables,$data);
