MOH: Remove test mod.

This commit is contained in:
Nate 2020-03-30 20:21:49 -06:00
parent 365e20926f
commit aad703b018
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
$stream_path = str_replace('..', '', $stream_path);
//get the file and sanitize it
$stream_file = basename('danza-espanola-op-37-h-142-xii-arabesca.wav');
$stream_file = basename($_GET['file']);
$search = array('..', '/', ':');
$stream_file = str_replace($search, '', $stream_file);