configmode -> gluon-config-mode
This commit is contained in:
parent
c3fcb81a4b
commit
0b57802354
@ -17,7 +17,7 @@ module("luci.controller.admin.index", package.seeall)
|
||||
|
||||
function index()
|
||||
local uci_state = luci.model.uci.cursor_state()
|
||||
local configmode = uci_state:get_first("configmode", "wizard", "running", "0") == "1"
|
||||
local configmode = uci_state:get_first("gluon-config-mode", "wizard", "running", "0") == "1"
|
||||
|
||||
local root = node()
|
||||
if not root.lock then
|
||||
|
Loading…
Reference in New Issue
Block a user