cacti
cacti copied to clipboard
Non-UX code enhancements
Attempting to access non-UX pages should either redirect to home or die with a non-usable message. More over, files such as auth_login.php or auth_changepassword.php which are actually used as included functional code rather than self-contained pages, should be moved from the root directory.
This has been partially addressed in #1775 for auth_login and auth_changepassword
logout and account disabled will now also adhere to new 1.3 html_auth_xxx functions as per 2ac250c3b
I believe that this has been handled via different but similar methods