diff --git a/common.php b/common.php index 18e3371..186cf6a 100644 --- a/common.php +++ b/common.php @@ -1221,7 +1221,7 @@ function EnvOpt($needUpdate = 0) $html .= ' ' . getconstStr('Back') . '
'; - if (isset($_GET['frame'])&&$_GET['frame']=='platform') { + if ($_GET['setup']==='platform') { $frame .= ' '; @@ -1274,8 +1274,8 @@ function EnvOpt($needUpdate = 0)

'; - } elseif (isset($_GET['frame'])&&in_array($_GET['frame'], $disktags)) { - $disktag = $_GET['frame']; + } elseif (isset($_GET['disktag'])&&in_array($_GET['disktag'], $disktags)) { + $disktag = $_GET['disktag']; $disk_tmp = null; $diskok = driveisfine($disktag, $disk_tmp); $frame .= ' @@ -1382,7 +1382,7 @@ function EnvOpt($needUpdate = 0) } '; } else { - $_GET['frame'] = 'home'; + //$_GET['disktag'] = ''; $Driver_arr = scandir(__DIR__ . $slash . 'disk'); if (count($disktags)>1) { $frame .= ' @@ -1686,20 +1686,22 @@ function EnvOpt($needUpdate = 0) '; - if ($_GET['frame']=='home') $html .= ' - '; - else $html .= ' - '; - if ($_GET['frame']=='platform') $html .= ' - '; - else $html .= ' - '; + if ($_GET['disktag']=='') { + if ($_GET['setup']==='platform') $html .= ' + + '; + else $html .= ' + + '; + } else $html .= ' + + '; foreach ($disktags as $disktag) { if ($disktag!='') { - if ($_GET['frame']==$disktag) $html .= ' - '; + if ($_GET['disktag']==$disktag) $html .= ' + '; else $html .= ' - '; + '; } } $html .= '
' . getconstStr('Home') . '' . getconstStr('Home') . '' . getconstStr('PlatformConfig') . '' . getconstStr('PlatformConfig') . '' . getconstStr('Home') . '' . getconstStr('PlatformConfig') . '' . getconstStr('Home') . '' . getconstStr('PlatformConfig') . '' . getconstStr('Home') . '' . getconstStr('PlatformConfig') . '' . $disktag . '' . $disktag . '' . $disktag . '' . $disktag . '