summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.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/pkg_mgr_installed.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/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php8
1 files changed, 4 insertions, 4 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
OpenPOWER on IntegriCloud