mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
I can tell who failed school...7 f's is bad!!!
This commit is contained in:
parent
fb21008c4e
commit
588b7fc5f4
@ -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
|
||||
|
||||
@ -343,7 +343,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
|
||||
<?=htmlspecialchars($mapent['ipaddr']);?>
|
||||
</td>
|
||||
<td class="listbg" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
|
||||
<font color="#FFFFFFF"><?=htmlspecialchars($mapent['descr']);?> </font>
|
||||
<font color="#FFFFFF"><?=htmlspecialchars($mapent['descr']);?> </font>
|
||||
</td>
|
||||
<td valign="middle" nowrap class="list">
|
||||
<table border="0" cellspacing="0" cellpadding="1">
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user