From cc7cda157aa18b2af5ccbe13290bd37b26fa816b Mon Sep 17 00:00:00 2001 From: Karsten Siegmund Date: Sat, 13 Jan 2024 18:24:15 +0100 Subject: [PATCH] ops, adding php made index.php admin-page --- html/index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html/index.php b/html/index.php index b60839e..6c104bb 100644 --- a/html/index.php +++ b/html/index.php @@ -5,12 +5,6 @@ require_once 'konfiguration.php'; require 'SQL.php'; $db_link = ConnectDB(); require '_login.php'; - -if ($AdminStatus != 1) { - //Seite nur fuer Admins. Weiter zu index.php und exit, wenn kein Admin - echo ''; - exit; -} ?>