- Timestamp:
- 11/01/09 15:24:04 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/controller/admin/index.lua
r5448 r5485 15 15 16 16 function index() 17 luci.i18n.loadc(" admin-core")17 luci.i18n.loadc("base") 18 18 local i18n = luci.i18n.translate 19 19 … … 24 24 end 25 25 26 entry({"about"}, template("about")) .i18n = "admin-core"26 entry({"about"}, template("about")) 27 27 28 28 local page = node("admin") … … 30 30 page.title = i18n("Administration") 31 31 page.order = 10 32 page.i18n = "admin-core"33 32 page.sysauth = "root" 34 33 page.sysauth_authenticator = "htmlauth"
