Merge pull request #9 from iridos/eventname

Eventname
This commit is contained in:
iridos 2024-01-11 16:51:44 +01:00 committed by GitHub
commit 21b5fd07e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
// Login und Admin Status testen. Wenn kein Admin-Status, Weiterleiten auf index.php und beenden // Login und Admin Status testen. Wenn kein Admin-Status, Weiterleiten auf index.php und beenden
SESSION_START(); SESSION_START();
require_once 'konfiguration.php'; require_once 'konfiguration.php';

View File

@ -1,4 +1,5 @@
<?php <?php
SESSION_START(); SESSION_START();
require_once 'konfiguration.php'; require_once 'konfiguration.php';