Projet

Général

Profil

« Précédent | Suivant » 

Révision 73944f68

Ajouté par Renato Botelho il y a presque 10 ans

Remove id=0 from miniupnpd menu and shortcut

Voir les différences:

usr/local/www/fbegin.inc
153 153
	/* no use for UPnP in single-interface deployments
154 154
	remove to reduce user confusion
155 155
	*/
156
	$services_menu[] = array(gettext("UPnP & NAT-PMP"), "/pkg_edit.php?xml=miniupnpd.xml&id=0");
156
	$services_menu[] = array(gettext("UPnP & NAT-PMP"), "/pkg_edit.php?xml=miniupnpd.xml");
157 157
}
158 158
$services_menu[] = array(gettext("Wake on LAN"), "/services_wol.php");
159 159
$services_menu = msort(array_merge($services_menu, return_ext_menu("Services")),0);
usr/local/www/shortcuts/pkg_upnp.inc
3 3
global $shortcuts;
4 4

  
5 5
$shortcuts['upnp'] = array();
6
$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml&id=0";
6
$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml";
7 7
$shortcuts['upnp']['log'] = "diag_logs_routing.php";
8 8
$shortcuts['upnp']['status'] = "status_upnp.php";
9 9
$shortcuts['upnp']['service'] = "miniupnpd";
10 10

  
11
?>
11
?>

Formats disponibles : Unified diff