%+header%>
<%
local fs = require "nixio.fs"
local uci = luci.model.uci.cursor()
nosms = 1
if not fs.stat("/etc/nosim") then
nosms = 0
end
havegps = 0
if fs.stat("/etc/havegps") then
havegps = 1
end
%>
<%:Modem Information%>
<%:%>
<% if nosms == 0 then %>
<% end %>
<% if havegps == 1 then %>
<% end %>