Update normal.php

pull/15/head
qkqpttgf 2020-02-18 12:54:19 +08:00 committed by GitHub
parent 6e7c2e0c29
commit 549c6aceb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -388,8 +388,8 @@ namespace:' . $namespace . '<br>
$html .= getconstStr('NotNeedUpdate'); $html .= getconstStr('NotNeedUpdate');
}*/ }*/
$html .= ' $html .= '
<form name="common" action="" method="post">
<table border=1 width=100%> <table border=1 width=100%>
<form name="common" action="" method="post">
<tr> <tr>
<td colspan="2">平台变量:</td> <td colspan="2">平台变量:</td>
</tr>'; </tr>';
@ -444,8 +444,8 @@ 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>
</table> </form>
</form>'; </table><br>';
foreach (explode("|",getConfig('disktag')) as $disktag) { foreach (explode("|",getConfig('disktag')) as $disktag) {
if ($disktag!='') { if ($disktag!='') {
$html .= ' $html .= '
@ -470,7 +470,7 @@ 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>'; </table><br>';
} }
} }
$html .= ' $html .= '