<% --[[ Info menu页 Author peng.kang Copyright 2015 ]]-- local path_info = luci.http.getenv_htmlencode("PATH_INFO") local dir_num = string.find(path_info, "admin_web") local view = "home" local file=io.open("/etc/market/pppoe_multi_dial.script","r+"); if file then file:close() end if( dir_num == nil ) then view="ss" else if (dir_num > 20) then view = string.sub(path_info, dir_num + 10) end if view ~= "network" and view ~= "wifi" and view ~= "safe" and view ~= "storage" and view ~= "system" and view ~= "pppoe_mutil_dail" then view = "home" end end %>