fix fix a bug

This commit is contained in:
qkqpttgf
2021-10-21 17:08:12 +08:00
committed by GitHub
parent d8a1832c01
commit 330ec7680d
+1 -1
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>';