<%# Legacy LuCI view (19.07 / Lean LEDE): mounts the native EdNovas app in the admin page (no iframe, no exposed port). API calls go through the sysauth-protected controller proxy to the loopback-only agent. -%> <%+header%> <% local fs = require "nixio.fs" local ver = (fs.readfile("/usr/share/ednovas/VERSION") or ""):gsub("%s+", "") if ver == "" then ver = "0" end %>
<%+footer%>