Responsive Dashboard hinzugefügt

This commit is contained in:
aschwarz
2023-03-22 17:20:37 +01:00
parent e098969478
commit 8ab6cd63e9
2 changed files with 9 additions and 7 deletions

View File

@ -32,16 +32,19 @@ header('Content-Type: text/html; charset=utf-8');
#$username = $_SESSION["global_username"]; #$username = $_SESSION["global_username"];
$db = dbconnect();
$uid = $_SESSION["global_uid"]; $uid = $_SESSION["global_uid"];
# if ($uid == "") {
# echo "<meta http-equiv=\"refresh\" content=\"0; URL=\"index.php?error=4\">";
# }
$login_dateiname = basename($_SERVER['PHP_SELF']); $login_dateiname = basename($_SERVER['PHP_SELF']);
#if($uid == "" AND $login_dateiname !='index.php'){ if($uid == "" AND $login_dateiname !='index.php'){
#echo "hier:$uid"; echo"<script type='text/javascript'>window.top.location.href = \"index.php?error=4\";</script>";
#exit; exit;
# echo"<script type='text/javascript'>window.top.location.href = \"index.php\";</script>"; }
# exit;
#}
# echo "<hr>"; # echo "<hr>";
# echo nl2br(print_r($_SESSION,true)); # echo nl2br(print_r($_SESSION,true));

1
js/lottie.min.js vendored

File diff suppressed because one or more lines are too long