Restore getUserMemberStatus function to original implementation and fix database queries

This commit is contained in:
twotalesanimation
2025-12-03 10:45:13 +02:00
parent c13c77aac4
commit 204462877c
58 changed files with 3204 additions and 89 deletions

View File

@@ -1,4 +1,6 @@
<?php include_once('header01.php');
<?php
define('HEADER_VARIANT', '01');
require_once('header.php');
$indemnityPending = false;
if (isset($_SESSION['user_id'])) {