Update scf.php

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

View File

@ -580,8 +580,8 @@ namespace:' . $_SERVER['namespace'] . '<br>
$html .= getconstStr('NotNeedUpdate');
}
$html .= '
<form name="common" action="" method="post">
<table border=1 width=100%>
<form name="common" action="" method="post">
<tr>
<td colspan="2">平台变量:</td>
</tr>';
@ -636,8 +636,8 @@ namespace:' . $_SERVER['namespace'] . '<br>
}
$html .= '
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
</table>
</form>';
</form>
</table><br>';
foreach (explode("|",getConfig('disktag')) as $disktag) {
if ($disktag!='') {
$html .= '
@ -662,7 +662,7 @@ namespace:' . $_SERVER['namespace'] . '<br>
$html .= '
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
</form>
</table>';
</table><br>';
}
}
$html .= '