Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:05:19 +02:00
parent 62eaad823a
commit 4ad86910b3
595 changed files with 1182 additions and 1182 deletions

View File

@ -33,7 +33,7 @@ if ($_POST["oldform"]){ //prevent null bind
//establish your session and redirect
session_start();
$_SESSION["username"]=$username;
$redir="Location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/menu.htm";
$redir="Location: https://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/menu.htm";
header($redir);
exit;
}