From 632964211c5536f0ecdb3bc629b20fdbff56a125 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 4 Jun 2019 17:16:58 +0900 Subject: [PATCH] Update security.php --- system/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/security.php b/system/security.php index d58cfc9..67b2aca 100644 --- a/system/security.php +++ b/system/security.php @@ -636,7 +636,7 @@ if(PHP_DDOS_PROTECTION !== false) { loadHelper("php-ddos-shield.lnk") } -// set Web shell detection (only for sponsors) +// set Webshell(type of malware) detection (only for sponsors) if(PHP_WEBSHELL_DETECTION !== false) { loadHelper("php-webshell-detect.lnk"); }