mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Fix some potential security hazards
This commit is contained in:
@@ -95,7 +95,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST["action"]) && $_POST["a
|
||||
//start process torrent ID
|
||||
if(!$_POST["torrent_id"])
|
||||
{
|
||||
echo($lang_subtitles['std_missing_torrent_id']."$file[name]</b></font> !");
|
||||
echo($lang_subtitles['std_missing_torrent_id'].htmlspecialchars($file['name'])."</b></font> !");
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user