fix fix a bug

pull/453/head
qkqpttgf 2021-10-21 17:08:12 +08:00 committed by GitHub
parent d8a1832c01
commit 330ec7680d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1907,7 +1907,7 @@ output:
</style>
<table border=0>
<tr class="tabs">';
if ($_GET['disktag']==''||!in_array($_GET['disktag'], $disktags)) {
if ($_GET['disktag']==''||$_GET['disktag']===true||!in_array($_GET['disktag'], $disktags)) {
if ($_GET['setup']==='platform') $html .= '
<td><a href="?setup">' . getconstStr('Home') . '</a></td>
<td>' . getconstStr('PlatformConfig') . '</td>';