summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-17 04:38:27 +0000
committerBill Marquette <billm@pfsense.org>2005-07-17 04:38:27 +0000
commit588b7fc5f4cc2f707a15a987d0eb36656232b3d9 (patch)
treee564edd0acc9d5c5419e3025c65a0d0c46340bc1
parentfb21008c4e327971746e37b462211ace996d5f18 (diff)
downloadpfsense-588b7fc5f4cc2f707a15a987d0eb36656232b3d9.zip
pfsense-588b7fc5f4cc2f707a15a987d0eb36656232b3d9.tar.gz
I can tell who failed school...7 f's is bad!!!
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php8
-rwxr-xr-xusr/local/www/services_dhcp.php2
-rwxr-xr-xusr/local/www/system_firmware_check.php4
3 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 76e3e2b..8cdeb6c 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -91,13 +91,13 @@ include("head.inc");
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) > 0) {
/* we're running a newer version of the package */
- ?><td class="listbggrey"><font color="#FFFFFFF"><?php
+ ?><td class="listbggrey"><font color="#FFFFFF"><?php
echo "Current: {$latest_version}";
echo "<br>Installed: {$pkg['version']}";
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) < 0) {
/* our package is out of date */
- ?><td class="listbg"><font color="#FFFFFFF"><?php
+ ?><td class="listbg"><font color="#FFFFFF"><?php
echo "Current: {$latest_version}";
echo "<br>Installed: {$pkg['version']}";
?></td><?php
@@ -116,12 +116,12 @@ include("head.inc");
echo "Current: Unknown.<br>Installed: {$pkg['xmlver']}";
?></td><?php
} elseif($pkg['xmlver'] > $latest_xml) {
- ?><td class="listbggrey"><font color="#FFFFFFF"><?php
+ ?><td class="listbggrey"><font color="#FFFFFF"><?php
echo "Current: {$latest_xml}";
echo "<br>Installed: {$pkg['xmlver']}";
?></td><?php
} elseif($pkg['xmlver'] < $latest_xml) {
- ?><td class="listbg"><font color="#FFFFFFF"><?php
+ ?><td class="listbg"><font color="#FFFFFF"><?php
echo "Current: {$latest_xml}";
echo "<br>Installed: {$pkg['xmlver']}";
?></td><?php
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 7ccb1d0..953e0a2 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -343,7 +343,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
<?=htmlspecialchars($mapent['ipaddr']);?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
- <font color="#FFFFFFF"><?=htmlspecialchars($mapent['descr']);?>&nbsp;</font>
+ <font color="#FFFFFF"><?=htmlspecialchars($mapent['descr']);?>&nbsp;</font>
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 8faa9e3..d225166 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -112,12 +112,12 @@ if(is_array($versions)) {
} elseif($pastlatest) {
$newver = $version[count($version) - 1]['version'];
?>
- <td class="listbggrey"><font color="#FFFFFFF"><?= $newver ?></td>
+ <td class="listbggrey"><font color="#FFFFFF"><?= $newver ?></td>
<?php
} else {
$newver = $version[count($version) - 1]['version'];
?>
- <td class="listbg"><font color="#FFFFFFF"><?= $newver ?></td>
+ <td class="listbg"><font color="#FFFFFF"><?= $newver ?></td>
<?php
}
if(!$pastlatest) {
OpenPOWER on IntegriCloud