From 0b4e4d6d89ab2cd18134fa99193aad8e3ecfa3bc Mon Sep 17 00:00:00 2001 From: Borgal Date: Fri, 24 Oct 2025 14:55:29 +0200 Subject: [PATCH] =?UTF-8?q?Eintragung=20f=C3=BCr=20alle=20user=20erlauben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/participant.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/participant.php b/admin/participant.php index 804f298..c756407 100755 --- a/admin/participant.php +++ b/admin/participant.php @@ -7,11 +7,11 @@ include('../inc/check_login.php'); include('../inc/db.php'); require_once '../inc/helpers.php'; -// Nur Admin darf diese Seite nutzen -if (!isset($_SESSION['role']) || $_SESSION['role'] !== 'admin') { - header("Location: ../index.php"); - exit; -} +// Nur Admin darf diese Seite nutzen deaktiviert +// if (!isset($_SESSION['role']) || $_SESSION['role'] !== 'admin') { +// header("Location: ../index.php"); +// exit; +// } // Meeting-ID prüfen if (!isset($_GET['id'])) {