diff --git a/CLASSES/core/LE_ALC.php b/CLASSES/core/LE_ALC.php old mode 100644 new mode 100755 index 06b1f21..b70ec2a --- a/CLASSES/core/LE_ALC.php +++ b/CLASSES/core/LE_ALC.php @@ -52,9 +52,10 @@ class LE_ALC private function auth_form($vars) { - LE::$TPL->mod_cont .= LE::$TPL->fetch('sys/auth',$vars,'main'); http_response_code(401); - LE::$TPL->display(); + LE::$TPL->fetch2mcont('sys/auth',$vars,'main')->display(); + //LE::$TPL->mod_cont .= LE::$TPL->fetch('sys/auth',$vars,'main'); + //LE::$TPL->display(); exit(); }