mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
virus->malware
This commit is contained in:
parent
858427c364
commit
494f4a0c89
@ -131,7 +131,7 @@ function store_file($name, $tmpFile, $formatted = false)
|
|||||||
{
|
{
|
||||||
unlink($target_file);
|
unlink($target_file);
|
||||||
header("HTTP/1.0 400 Bad Request");
|
header("HTTP/1.0 400 Bad Request");
|
||||||
print("Error 400: File rejected by virus scan");
|
print("Error 400: File rejected by malware scan");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user