git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a31debe
)
modules/admin-full: switch back to alias() for / -> /admin/; chained firstchild(...
author
Jo-Philipp Wich
<redacted>
Wed, 26 Oct 2011 03:04:18 +0000
(
03:04
+0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 26 Oct 2011 03:04:18 +0000
(
03:04
+0000)
modules/admin-full/luasrc/controller/admin/index.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/index.lua
b/modules/admin-full/luasrc/controller/admin/index.lua
index 3448489044c726e5d4453f5381dfc568ea0dd89b..4e832529d9128bfd64430669b95cd6dd976d1c0d 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/index.lua
+++ b/
modules/admin-full/luasrc/controller/admin/index.lua
@@
-17,7
+17,7
@@
module("luci.controller.admin.index", package.seeall)
function index()
local root = node()
if not root.target then
- root.target =
firstchild(
)
+ root.target =
alias("admin"
)
root.index = true
end
git clone https://git.99rst.org/PROJECT