<%- local path = luci.dispatcher.context.requestpath local url local util = require "luci.util" local hostname = util.ubus("system", "board" ) if string.find(hostname.hostname,"04M") then url = "operator/network" else url = "operator/charging/"..path[3].."network" end -%>