Releaseversion

This commit is contained in:
marko
2020-10-31 14:41:22 +01:00
parent 43632b243e
commit b610a3b8d6
8 changed files with 1152 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ function checkCredentials($username, $password, $db_server, $db_user, $db_passwo
),
);
$message['success'] = 'Anmeldung erfolgreich, <a href="index.php">weiter zum Inhalt</a>.';
header('Location: http://' . $_SERVER['HTTP_HOST'] . '/achievements?user=' . $_POST['f']['username']);
header('Location: http://' . $_SERVER['HTTP_HOST'] . '/machs?user=' . $_POST['f']['username']);
} else {
sleep(1);
$message['error'] = 'Das Kennwort ist nicht korrekt.';