Skip to content
Snippets Groups Projects
Commit 0b578023 authored by Nils Schneider's avatar Nils Schneider
Browse files

configmode -> gluon-config-mode

parent c3fcb81a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment