From d4c78899d82b55e32940b547e8b6d2aada189329 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 4 Jun 2019 18:56:00 +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 a00d2b7..3fd79a1 100644 --- a/system/security.php +++ b/system/security.php @@ -644,5 +644,5 @@ if(PHP_WEBSHELL_DETECTION !== false) { // set Webshell detection (only for advanced security) if(PHP_SECURE_CONFIG_CHECK !== false) { - loadHelper("php-sec-psc.lnk"); + loadHelper("php-sec-scc.lnk"); }