summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-11 23:40:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-11 23:40:05 +0000
commit09155b3e7ce651e812f7c111b2d8b8d4697f4aac (patch)
tree54287a79e371439533f6ed85aa776809636e0bfa /usr/local/www/pkg_mgr_installed.php
parent957449aaa1a6c5123800ac42b3bf4a400b0d03b3 (diff)
downloadpfsense-09155b3e7ce651e812f7c111b2d8b8d4697f4aac.zip
pfsense-09155b3e7ce651e812f7c111b2d8b8d4697f4aac.tar.gz
Backout last change, this is already correct
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index def5d2c..633d5ec 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -87,7 +87,7 @@ include("head.inc");
$latest_package = $currentvers[$pkg['name']]['version'];
if($latest_package == false) {
// We can't determine this package's version status.
- ?><td class="listlr"><font color="#FFFFFF"><?php
+ ?><td class="listlr"><?php
echo "Current: Unknown.<br>Installed: " . $pkg['version'];
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) > 0) {
OpenPOWER on IntegriCloud