Fix queue deletion for The_legend_of_ice_soul
[stouyapi.git] / www / api / v1 / queued_downloads_delete.php
index 43f7440054200655010d45600d61c400295b44ec..6517adca2be082884f758a4f6585218d09961216 100644 (file)
@@ -21,7 +21,7 @@ if ($ip == '') {
 $ip = mapIp($ip);
 
 $game = $_GET['game'];
-$cleanGame = preg_replace('#[^a-zA-Z0-9.]#', '', $game);
+$cleanGame = preg_replace('#[^a-zA-Z0-9._]#', '', $game);
 if ($game != $cleanGame || $game == '') {
     header('HTTP/1.0 400 Bad Request');
     header('Content-type: text/plain');