From 5d4ba1030e04e15a9c875c2b1743a97fc3b8d4ec Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 16 Aug 2023 11:44:42 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EB=A9=94=EB=89=B4=20=EC=A0=91=EA=B7=BC=20=EA=B6=8C=ED=95=9C?= =?UTF-8?q?=EC=9D=B4=20=EB=B6=80=EC=97=AC=EB=90=9C=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=ED=8E=98=EC=9D=B4=EC=A7=80=EC=9D=98=20index?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=9D=98=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EA=B0=80=20=EB=85=B8=EC=B6=9C=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20#258?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.tail.php | 2 +- adm/index.php | 569 ++++++++++++++++++++------------------- adm/shop_admin/index.php | 122 ++++----- 3 files changed, 353 insertions(+), 340 deletions(-) diff --git a/adm/admin.tail.php b/adm/admin.tail.php index 1f8aece53..5c95c1288 100644 --- a/adm/admin.tail.php +++ b/adm/admin.tail.php @@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) { // 그누보드5.4.5.5 버전과 영카트5.4.5.5.1 버전이 통합됨에 따라 그누보드 버전만 표시 // $print_version = defined('G5_YOUNGCART_VER') ? 'YoungCart Version '.G5_YOUNGCART_VER : 'Version '.G5_GNUBOARD_VER; -$print_version = 'Version ' . G5_GNUBOARD_VER; +$print_version = ($is_admin == 'super') ? 'Version ' . G5_GNUBOARD_VER : ''; ?>