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