mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
113caa096c
commit
6f4e64ec89
@ -73,8 +73,8 @@ if ($_REQUEST && $_REQUEST['ajax']) {
|
||||
});
|
||||
|
||||
if (empty($installed_packages)) {
|
||||
print_info_box(gettext("No packages installed.") . " " . gettext('Packages can be installed <a href="pkg_mgr.php" class="alert-link">here</a>.'), 'warning', false);
|
||||
exit;
|
||||
print_info_box(gettext("No packages installed."), 'warning', false);
|
||||
return;
|
||||
}
|
||||
|
||||
print("<thead>\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user