Update heroku.php
parent
f9ff6a4bd9
commit
6e7c2e0c29
|
@ -427,8 +427,8 @@ namespace:' . $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>';
|
||||
|
@ -483,8 +483,8 @@ namespace:' . $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 .= '
|
||||
|
@ -509,7 +509,7 @@ namespace:' . $namespace . '<br>
|
|||
$html .= '
|
||||
<tr><td><input type="submit" name="submit1" value="'.getconstStr('Setup').'"></td></tr>
|
||||
</form>
|
||||
</table>';
|
||||
</table><br>';
|
||||
}
|
||||
}
|
||||
$html .= '
|
||||
|
|
Loading…
Reference in New Issue