Type on code

Fix #206
This commit is contained in:
camlafit 2017-10-31 10:45:30 +01:00 committed by GitHub
parent 4fd853c6ae
commit 87a8fb0096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if (!$admin->enabled) {
exit(); exit();
} }
<$fields = array ( $fields = array (
"canpass" => array ("post", "integer", 1), "canpass" => array ("post", "integer", 1),
"login" => array ("post", "string", null), "login" => array ("post", "string", null),
"pass" => array ("post", "string", null), "pass" => array ("post", "string", null),