From a97777385c33eeb0e2e4b21957e0a323c687b27b Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Thu, 16 Apr 2026 16:22:21 -0400 Subject: [PATCH] =?UTF-8?q?v1.1.12=20-=20[LOGIN]=20Version=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=EB=A5=BC=20DB=20=EC=97=90=EC=84=9C=20=EA=B0=80?= =?UTF-8?q?=EC=A0=B8=EC=98=A4=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/login_intranet.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/login_intranet.php b/public_html/login_intranet.php index f342a76..e4168ef 100644 --- a/public_html/login_intranet.php +++ b/public_html/login_intranet.php @@ -1,7 +1,7 @@ fQuery("SELECT cfg_app_version FROM tbl_config LIMIT 1", "config error"); +$appVersion = $cfg['cfg_app_version'] ?? ''; + if ($_SESSION['ss_LOGIN'] == 1) { $msg = "You are already logged in. Please proceed to the main page."; $func -> modalMsg ($msg, "/index_intranet.php");