Marijn button #99

Merged
11166932 merged 152 commits from marijn-button into master 2017-01-23 13:25:08 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 6ff70440e6 - Show all commits

View File

@@ -2,7 +2,7 @@ function checkLoggedIn() {
if (confirm("You are already logged in!\nDo you want to logout?\nPress ok to logout.") == true) {
window.location.href = "logout.php";
} else {
window.history.back();
window.location.href = "profile.php";
}
document.getElementById("demo").innerHTML = x;
}

View File

@@ -29,7 +29,7 @@
} else {
$bday = test_input($_POST["bday"]);
}
g
checkInputChoice("username", "username");
checkInputChoice("password", "longerEight");
checkInputChoice("confirmpassword", "");

View File

@@ -7,6 +7,6 @@
<link rel="stylesheet"
type="text/css"
href="styles/index.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="jqeury.js"></script>
<script src="registerAndLogin.js"></script>
</head>