Fixed include checkinput.php

This commit is contained in:
Joey Lai
2017-01-20 11:19:54 +01:00
parent 0389d05e51
commit 5e31590403
3 changed files with 6 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
include("../views/login_head.php");
require_once("../queries/connect.php");
include_once("../queries/login.php");
include_once("../queries/checkInput.php")
?>
<body>
<?php

View File

@@ -29,7 +29,7 @@
}
checkInputChoice("username", "username");
checkInputChoice("password", "longerEigth");
checkInputChoice("password", "longerEight");
checkInputChoice("confirmpassword", "");
matchPassword();
checkInputChoice("location", "lettersAndSpace");