From: Michael Tremer Date: Sat, 3 Sep 2011 10:31:09 +0000 (+0200) Subject: Add static routing to menu. X-Git-Tag: v2.9-core53~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f68b4b661428552dc580ff92714557e74aac765d;p=ipfire-2.x.git Add static routing to menu. --- diff --git a/config/menu/30-network.menu b/config/menu/30-network.menu index abc6bc6afb..f4645b8fc7 100644 --- a/config/menu/30-network.menu +++ b/config/menu/30-network.menu @@ -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',