From f3b1e5a9b66aa561fcba342066a5a073f1e7ff0d Mon Sep 17 00:00:00 2001 From: Pavel Belyaev Date: Sun, 30 Jan 2022 21:46:31 +0500 Subject: [PATCH] 111 --- CLASSES/core/LE_ALC.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 CLASSES/core/LE_ALC.php 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(); }