From fc901df6b72b1dd32c4d4d03e0050330d743b436 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 16 Jul 2019 15:41:15 +0900 Subject: [PATCH] Update security.php --- system/security.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/system/security.php b/system/security.php index 09b9fc6..2cef56e 100644 --- a/system/security.php +++ b/system/security.php @@ -626,8 +626,3 @@ if(!check_function_exists("check_redirect_origin")) { // start session (enable $_SESSION) session_start(); - -// load extensions of user-configured security vendor (advanced security) -if(SECURITY_VENDOR !== false) { - loadHelper("securitytool.lnk"); -}