mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Extra )
Reported-by: colin
This commit is contained in:
parent
64a7d46ac0
commit
c87c2fb0d2
@ -81,7 +81,7 @@ $config = $config_tmp;
|
||||
<td class="listlr">
|
||||
<?php
|
||||
$latest_version = get_latest_package_version($pkg['name']);
|
||||
if($pkg['version']) <> $latest_version) {
|
||||
if($pkg['version'] <> $latest_version) {
|
||||
/* a new version of the package is available */
|
||||
$id = get_pkg_id($pkg['name']);
|
||||
echo "Upgrade: <a href='pkg_mgr_delete.php?upgrade=true&id={$id}'>" . $latest_version . "</a>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user