3th commit

This commit is contained in:
sorenpeter 2023-09-22 12:37:31 +02:00
parent caf8674639
commit e60ca7f0d3

View file

@ -18,7 +18,7 @@
if( isset($_SESSION['password'])) {
if($_SESSION['password']=="$password")
{
header("Location: /");
header("Location: .");
die();
?>
<h1>You are loggged in now</h1>