Minor - code householding

- Update inaccurate javadoc
- Remove unnecessary require call in PHP integration sample
This commit is contained in:
ljacqu
2016-05-19 21:55:42 +02:00
parent f014485789
commit 9a72fe53b0
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -25,7 +25,6 @@ $pass = get_from_post_or_empty('password');
$was_successful = false;
if ($action && $user && $pass) {
require_once('Bcrypt.php');
if ($action === 'Log in') {
$was_successful = process_login($user, $pass, $authme_controller);
} else if ($action === 'Register') {