mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
commit
5b699be7e9
@ -3,7 +3,7 @@
|
||||
global $shortcuts;
|
||||
|
||||
$shortcuts['upnp'] = array();
|
||||
$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml&id=0";
|
||||
$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml&id=0";
|
||||
$shortcuts['upnp']['log'] = "diag_logs_routing.php";
|
||||
$shortcuts['upnp']['status'] = "status_upnp.php";
|
||||
$shortcuts['upnp']['service'] = "miniupnpd";
|
||||
|
||||
@ -67,6 +67,7 @@ if(!$config['installedpackages'] || !$config['installedpackages']['miniupnpd']['
|
||||
!$config['installedpackages']['miniupnpd']['config'][0]['enable']) {
|
||||
echo gettext("UPnP is currently disabled.");
|
||||
include("fend.inc");
|
||||
echo '</body></html>';
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user