Update security.php
This commit is contained in:
parent
f9f5587cfa
commit
fc901df6b7
|
@ -626,8 +626,3 @@ if(!check_function_exists("check_redirect_origin")) {
|
||||||
|
|
||||||
// start session (enable $_SESSION)
|
// start session (enable $_SESSION)
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
// load extensions of user-configured security vendor (advanced security)
|
|
||||||
if(SECURITY_VENDOR !== false) {
|
|
||||||
loadHelper("securitytool.lnk");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user