fix fix a bug
This commit is contained in:
+1
-1
@@ -1907,7 +1907,7 @@ output:
|
|||||||
</style>
|
</style>
|
||||||
<table border=0>
|
<table border=0>
|
||||||
<tr class="tabs">';
|
<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 .= '
|
if ($_GET['setup']==='platform') $html .= '
|
||||||
<td><a href="?setup">' . getconstStr('Home') . '</a></td>
|
<td><a href="?setup">' . getconstStr('Home') . '</a></td>
|
||||||
<td>' . getconstStr('PlatformConfig') . '</td>';
|
<td>' . getconstStr('PlatformConfig') . '</td>';
|
||||||
|
|||||||
Reference in New Issue
Block a user