Merge pull request #11 from serghey-rodin/master

updating from master
This commit is contained in:
myvesta 2018-06-26 16:02:33 +02:00 committed by GitHub
commit b22f386c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 238 additions and 268 deletions

View file

@ -58,6 +58,8 @@ if (isset($_POST['user']) || isset($_POST['hash'])) {
echo 'Error: authentication failed';
exit;
}
} else {
$return_var = 1;
}
}