Update scf.php
parent
549c6aceb5
commit
7972488007
|
@ -580,8 +580,8 @@ namespace:' . $_SERVER['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>';
|
||||||
|
@ -636,8 +636,8 @@ namespace:' . $_SERVER['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 .= '
|
||||||
|
@ -662,7 +662,7 @@ namespace:' . $_SERVER['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 .= '
|
||||||
|
|
Loading…
Reference in New Issue