Implements captive portal users

This commit is contained in:
Simone Mainardi 2017-01-17 19:57:48 +01:00
parent d9af0c8025
commit 4e2c7b8e8b
12 changed files with 138 additions and 30 deletions

View file

@ -20,4 +20,4 @@ if(haveAdminPrivileges()) then
end
print('{ "valid" : 1, "user": "'.. _GET["user"]..'", "msg": "Ok" }\n')
end
end