fix and layout

This commit is contained in:
Walter Hupfeld
2024-02-22 16:34:43 +01:00
parent f8b8feee5b
commit 8b6632d36f
4 changed files with 10 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
<?php
exit();
// ist veraltet, muss noch angepasst werden.
session_start();
$strLoginName=(isset($_SESSION['user'])) ? $_SESSION['user'] : "" ;
$boolLogin = (!empty($strLoginName));