Files
development/www
Clemens Schwaighofer fd0af5a294 Update Login class to return login screen with reset _POST
Login class checks if AJAX_PAGE is set to true and then does not print
the login html to the screen directly, but returns it in the _POST array
login_html, _POST action is set to login
It also resets _POST & _GET arrays before hand to avoid any misuese.
All _SESSION array access needs to be checked in any following class as
the _SESSION is unset in this moment

html element should be overwritten with this JS:
document.getElementsByTagName('html')[0].innerHTML  =
data.content.login_html;
2019-10-03 15:37:06 +09:00
..
2019-09-10 14:33:50 +09:00
2013-12-11 16:19:24 +09:00
2013-12-11 16:19:24 +09:00
2019-09-13 10:43:07 +09:00
2013-12-11 15:52:08 +09:00
2015-11-09 18:22:56 +09:00