--- misc/horsensspejder-web/mobile/login.php 2014/03/12 19:30:05 2125 +++ misc/horsensspejder-web/mobile/login.php 2014/03/13 22:19:31 2126 @@ -4,7 +4,7 @@ $password = trim( $_POST["password"] ); if ($password == "6504") { $_SESSION["login"] = 1; - header("Location: inbox.php"); + header("Location: moedeprotokol.php"); } else { header("Location: index.php"); }