Ignore set last visit for AJAX pages - Fixes template change redirect

This commit is contained in:
slawkens
2025-10-21 12:18:56 +02:00
parent 16849e7578
commit 89fae38caa
9 changed files with 21 additions and 7 deletions

View File

@@ -9,6 +9,8 @@
* @link https://my-aac.org
*/
const IGNORE_SET_LAST_VISIT = true;
// we need some functions
require '../common.php';
require SYSTEM . 'functions.php';