summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
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 /usr/local/www/system_firmware_check.php
parentfb21008c4e327971746e37b462211ace996d5f18 (diff)
downloadpfsense-588b7fc5f4cc2f707a15a987d0eb36656232b3d9.zip
pfsense-588b7fc5f4cc2f707a15a987d0eb36656232b3d9.tar.gz
I can tell who failed school...7 f's is bad!!!
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php4
1 files changed, 2 insertions, 2 deletions
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