Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 13:59:36 +02:00
parent 55f1b9a7a9
commit 09fea7ec1a
497 changed files with 999 additions and 999 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: https://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/menu.htm";
$redir="Location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/menu.htm";
header($redir);
exit;
}