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