* Add an entry in the FAQ about adding .php3 handling
* Add a few installation notes
* Fix a problem with user_stats.php3
+* Update the README file with notes about the scripts present in the bin folder
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
* bin/clean_radacct: It will delete all entries in the radacct table with a starttime > 1 day and
stoptime = 0. It will not do an harm even if it deletes valid entries since radiusd will fall
back to insert if update fails.
+* bin/truncate_radacct: It will delete sessions from the radacct table which are older than a configurable
+ number of days
+* bin/tot_stats: Update the totacct table with aggregated daily accounting information for each user.
+ We keep a row per user for each day.
+* bin/monthly_tot_stats: Log in the mtotacct table aggregated accounting information for each user spaning
+ in one month period. If the current month has not ended it will log information up to the current month day
+
+
The structure of the tree is: