modules/admin-full: remove accidentally committed compat code
This commit is contained in:
parent
2bc02e44b4
commit
69406a2ac4
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ $Id$
|
|||
module("luci.controller.admin.status", package.seeall)
|
||||
|
||||
function index()
|
||||
local function _(x) return x end
|
||||
|
||||
entry({"admin", "status"}, alias("admin", "status", "overview"), _("Status"), 20).index = true
|
||||
entry({"admin", "status", "overview"}, template("admin_status/index"), _("Overview"), 1)
|
||||
entry({"admin", "status", "iptables"}, call("action_iptables"), _("Firewall"), 2).leaf = true
|
||||
|
|
Loading…
Reference in a new issue