Update security.php

This commit is contained in:
Namhyeon Go 2019-06-04 18:56:00 +09:00 committed by GitHub
parent 0f8f7473bb
commit d4c78899d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,5 +644,5 @@ if(PHP_WEBSHELL_DETECTION !== false) {
// set Webshell detection (only for advanced security) // set Webshell detection (only for advanced security)
if(PHP_SECURE_CONFIG_CHECK !== false) { if(PHP_SECURE_CONFIG_CHECK !== false) {
loadHelper("php-sec-psc.lnk"); loadHelper("php-sec-scc.lnk");
} }