Final batch of PHP3-Compatibility fixes. Please test. :-)
This commit is contained in:
@@ -243,7 +243,7 @@ if (!empty($serverStatus)) {
|
||||
<?php
|
||||
$useBgcolorOne = TRUE;
|
||||
$countRows = 0;
|
||||
foreach($serverStatus AS $name => $value)= {
|
||||
foreach($serverStatus AS $name => $value) {
|
||||
?>
|
||||
<tr>
|
||||
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>"> <?php echo htmlspecialchars(str_replace('_', ' ', $name)); ?> </td>
|
||||
|
Reference in New Issue
Block a user