WIFI set config 191124.2334
Coucou c'est WIFI set config !
Retour à la home page...
<%
if (vars ~= nil) then
zout("
vars: "..vars.."
")
for k, v in string.gmatch(vars, "(%w+)=(%w+%p+%w+)&*") do
_GET[k] = v
zout(k..": "..v.."
")
end
end
zout("
toto
")
--[[
zout("t1: ",_GET.zssid,"
")
zout("t2: ",_GET.zpasswd,"
")
if zverif == "YES" then
zout("c'est tout bon")
zout("Le SSID est: ",zssid)
zout("Le PASSWD est: ",zpasswd)
end
]]
ztemp=ztemp+1
zout(ztemp.."°C")
%>
Mais il fait encore trop froid !