From d5ead5b74f48ea4cc84dd65351268bfc9979650c Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 03:11:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EC=95=BC=EC=9D=BC=EB=95=8C=20secretli?= =?UTF-8?q?mit=20=EA=B2=BD=EA=B3=A0=20=EB=9C=A8=EB=8A=94=EA=B1=B0=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/func_template.php b/hwe/func_template.php index 2303b24c..7d3de5b6 100644 --- a/hwe/func_template.php +++ b/hwe/func_template.php @@ -108,6 +108,9 @@ function commandButton() { if($me['level'] >= 2){ $showSecret = true; } + else if($me['level']== 0){ + $showSecret = false; + } else if($me['belong'] >= $nation['secretlimit']){ $showSecret = true; }