From d8a1832c0123ec8e499ca405026bb621a2b29e61 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:43:52 +0800 Subject: [PATCH] fix a bug #448 . --- common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.php b/common.php index 76b4995..b8f7c6c 100644 --- a/common.php +++ b/common.php @@ -1485,7 +1485,7 @@ output:
'; - } elseif (isset($_GET['disktag'])&&in_array($_GET['disktag'], $disktags)) { + } elseif (isset($_GET['disktag'])&&$_GET['disktag']!==true&&in_array($_GET['disktag'], $disktags)) { $disktag = $_GET['disktag']; $disk_tmp = null; $diskok = driveisfine($disktag, $disk_tmp); @@ -1907,7 +1907,7 @@ output: '; - if ($_GET['disktag']=='') { + if ($_GET['disktag']==''||!in_array($_GET['disktag'], $disktags)) { if ($_GET['setup']==='platform') $html .= ' '; @@ -1919,7 +1919,7 @@ output: '; foreach ($disktags as $disktag) { if ($disktag!='') { - if ($_GET['disktag']==$disktag) $html .= ' + if ($_GET['disktag']===$disktag) $html .= ' '; else $html .= ' ';
' . getconstStr('Home') . ' ' . getconstStr('PlatformConfig') . '' . getconstStr('PlatformConfig') . '' . $disktag . '' . $disktag . '