* Don't show an account as locked if Dialup-Access does not exist and the mapping corresponds to 'none' attribute
* Make clean_radacct and truncate_radacct work correctly
* Fix a small bug in bytes2str. It will now also show GBs if appropriate
+* Add an ebtry about the failed_logins page
Ver 1.62:
* Remove one sql query from user_admin which was not needed.
* Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
it will only show users for the specific access server.
If an argument usage_summary is passed then it will only show a line like:
"Online: <num> Free: <num>" which can be used by other pages
+htdocs::failed_logins.php3 =>
+ It will show all the failed logins as logged in the radacct table by the log_badlogins script
html:: Contains the html code for a few pages
html::user_admin.html.php3 =>