mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Some query optimisations
This commit is contained in:
@@ -9,7 +9,7 @@ if (empty($_POST) === false) {
|
||||
}
|
||||
$username = $_POST['username'];
|
||||
$password = $_POST['password'];
|
||||
data_dump($_POST, false, "POST");
|
||||
//data_dump($_POST, false, "POST");
|
||||
if (empty($username) || empty($password)) {
|
||||
$errors[] = 'You need to enter a username and password.';
|
||||
} else if (strlen($username) > 32 || strlen($password) > 64) {
|
||||
|
Reference in New Issue
Block a user