Adjustments by Olaf Nöhring, 2019-06-11:
- Trick: Added in docs. Remove access to Auditor from Admin menu, but use regular AppGini table instead, so Auditor stays even when application is regenerated.
- Trick: Remove changes from 'application_root/lib.php', instead place code in config.php which stays in place, even when the application is regenerated.
- Changes to auditLog_functions.php, added , $eo to SQL queries (following vaalonv tip
-------------------------------------------------------
include("$currDir/auditLog_functions.php");
in the /config.php (described directly above), where your changes are not overwritten when updating the files.
-------------------------------------------------------