Adjustments by Olaf Nöhring, 2019-06:
- 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
- Instead of foreign keys you will see the values the user actually selected (old code to see FKs still in the file). For this to work correct, make sure the order of the fields in your database is exactly like the order of the fields in specific table in AppGini!
-------------------------------------------------------
in the /config.php (described directly above), where your changes are not overwritten when updating the files.
Attention: If you modify the admin settings (Admin Area -> Admin settings) the config.php will be overwritten. You can recover your old values from the backup config.bak.php
-------------------------------------------------------