Add static routing to menu.

This commit is contained in:
Michael Tremer
2011-09-03 12:31:09 +02:00
parent 96fc97868b
commit f68b4b6614

View File

@@ -35,6 +35,12 @@
'title' => "$Lang::tr{'edit hosts'}",
'enabled' => 1,
};
$subnetwork->{'51.routes'} = {
'caption' => $Lang::tr{'static routes'},
'uri' => '/cgi-bin/routing.cgi',
'title' => "$Lang::tr{'static routes'}",
'enabled' => 1,
};
$subnetwork->{'60.upload'} = {
'caption' => $Lang::tr{'upload'},
'uri' => '/cgi-bin/upload.cgi',