fix fix a bug
parent
d8a1832c01
commit
330ec7680d
|
@ -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>';
|
||||||
|
|
Loading…
Reference in New Issue