1
0
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:
Rouji 2019-03-23 19:06:25 +01:00
parent 858427c364
commit 494f4a0c89

View File

@ -131,7 +131,7 @@ function store_file($name, $tmpFile, $formatted = false)
{
unlink($target_file);
header("HTTP/1.0 400 Bad Request");
print("Error 400: File rejected by virus scan");
print("Error 400: File rejected by malware scan");
return;
}