Merge pull request #950 from N0YB/RELENG_2_1

XHTML Compliance
This commit is contained in:
Renato Botelho 2014-02-19 18:42:52 -03:00
commit 5b699be7e9
2 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -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;
}
?>