Update security.php

This commit is contained in:
Namhyeon Go 2019-06-04 17:16:58 +09:00 committed by GitHub
parent 3857dc0a6c
commit 632964211c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}