ops, adding php made index.php admin-page

This commit is contained in:
Karsten Siegmund 2024-01-13 18:24:15 +01:00
parent f9534d651a
commit cc7cda157a
1 changed files with 0 additions and 6 deletions

View File

@ -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 '<!doctype html><head><meta http-equiv="Refresh" content="0; URL=index.php" /></head></html>';
exit;
}
?>
<!doctype html>
<html lang=de>