Update normal.php
parent
140b7a1e98
commit
d47334f4c5
|
@ -368,8 +368,8 @@ namespace:' . $namespace . '<br>
|
||||||
$preurl = path_format($_SERVER['PHP_SELF'] . '/');
|
$preurl = path_format($_SERVER['PHP_SELF'] . '/');
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
<a href="'.$preurl.'">'.getconstStr('Back').'</a> <a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><br>
|
<a href="'.$preurl.'">'.getconstStr('Back').'</a> <a href="'.$_SERVER['base_path'].'">'.getconstStr('Back').getconstStr('Home').'</a><br>
|
||||||
<a href="https://github.com/qkqpttgf/OneManager-php">Github</a><br>';
|
<a href="https://github.com/qkqpttgf/OneManager-php">Github</a><br>';
|
||||||
/*if ($needUpdate) {
|
/*if ($needUpdate) {
|
||||||
$html .= '<pre>' . $_SERVER['github_version'] . '</pre>
|
$html .= '<pre>' . $_SERVER['github_version'] . '</pre>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
|
@ -378,8 +378,8 @@ namespace:' . $namespace . '<br>
|
||||||
} else {
|
} else {
|
||||||
$html .= getconstStr('NotNeedUpdate');
|
$html .= getconstStr('NotNeedUpdate');
|
||||||
}*/
|
}*/
|
||||||
$html .= '<br>
|
$html .= 'Can not update by a click!<br>
|
||||||
<table border=1 width=100%>
|
<table border=1 width=100%>
|
||||||
<form name="common" action="" method="post">
|
<form name="common" action="" method="post">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">'.getconstStr('PlatformConfig').'</td>
|
<td colspan="2">'.getconstStr('PlatformConfig').'</td>
|
||||||
|
@ -436,22 +436,22 @@ namespace:' . $namespace . '<br>
|
||||||
$html .= '
|
$html .= '
|
||||||
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
||||||
</form>
|
</form>
|
||||||
</table><br>';
|
</table><br>';
|
||||||
foreach (explode("|",getConfig('disktag')) as $disktag) {
|
foreach (explode("|",getConfig('disktag')) as $disktag) {
|
||||||
if ($disktag!='') {
|
if ($disktag!='') {
|
||||||
$html .= '
|
$html .= '
|
||||||
<table border=1 width=100%>
|
<table border=1 width=100%>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">'.$disktag.':
|
<td colspan="2">'.$disktag.':
|
||||||
<input type="hidden" name="disktag_del" value="'.$disktag.'">
|
<input type="hidden" name="disktag_del" value="'.$disktag.'">
|
||||||
<input type="submit" name="submit1" value="'.getconstStr('DelDisk').'">
|
<input type="submit" name="submit1" value="'.getconstStr('DelDisk').'">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>';
|
</form>';
|
||||||
if (getConfig('refresh_token', $disktag)!='') {
|
if (getConfig('refresh_token', $disktag)!='') {
|
||||||
$html .= '
|
$html .= '
|
||||||
<form name="'.$disktag.'" action="" method="post">
|
<form name="'.$disktag.'" action="" method="post">
|
||||||
<input type="hidden" name="disk" value="'.$disktag.'">';
|
<input type="hidden" name="disk" value="'.$disktag.'">';
|
||||||
foreach ($ShowedinnerEnv as $key) {
|
foreach ($ShowedinnerEnv as $key) {
|
||||||
$html .= '
|
$html .= '
|
||||||
|
@ -462,13 +462,13 @@ namespace:' . $namespace . '<br>
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
||||||
</form>';
|
</form>';
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
</table><br>';
|
</table><br>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$html .= '
|
$html .= '
|
||||||
<a href="?AddDisk">'.getconstStr('AddDisk').'</a>';
|
<a href="?AddDisk">'.getconstStr('AddDisk').'</a>';
|
||||||
return message($html, getconstStr('Setup'));
|
return message($html, getconstStr('Setup'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue