From 494f4a0c897a3512db1707cac586608e569cb951 Mon Sep 17 00:00:00 2001 From: Rouji Date: Sat, 23 Mar 2019 19:06:25 +0100 Subject: [PATCH] virus->malware --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c2b5283..d547c33 100755 --- a/index.php +++ b/index.php @@ -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; }