Skip to content
Snippets Groups Projects
Commit f8cda349 authored by Robert Anderson's avatar Robert Anderson
Browse files

Finished removing use of sessions

parent 4ccec83e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ smradiusd: ...@@ -6,7 +6,6 @@ smradiusd:
WebUI: WebUI:
WiSP -> User List -> Edit: Must be able to clear fields (MAC Address) WiSP -> User List -> Edit: Must be able to clear fields (MAC Address)
WiSP User Add -> Check if only certain fields are blank. Might want to add user without MAC Address. WiSP User Add -> Check if only certain fields are blank. Might want to add user without MAC Address.
Remove the need for using $_SESSION, use $_POST instead and pass the data like that
Fix up multi-user-add, code is a bit fugly, use lastinsertid Fix up multi-user-add, code is a bit fugly, use lastinsertid
wisp-user-delete.php - proper sql error handling wisp-user-delete.php - proper sql error handling
wisp-user-edit.php - proper sql error handling, use 1 query to pull in all attribs and check them in a hash, nigel to then cleanup wisp-user-edit.php - proper sql error handling, use 1 query to pull in all attribs and check them in a hash, nigel to then cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment