diff --git a/common.php b/common.php
index b8f7c6c..a28c450 100644
--- a/common.php
+++ b/common.php
@@ -1907,7 +1907,7 @@ output:
';
- if ($_GET['disktag']==''||!in_array($_GET['disktag'], $disktags)) {
+ if ($_GET['disktag']==''||$_GET['disktag']===true||!in_array($_GET['disktag'], $disktags)) {
if ($_GET['setup']==='platform') $html .= '
' . getconstStr('Home') . ' |
' . getconstStr('PlatformConfig') . ' | ';