Skip to content

Commit

Permalink
Damn, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 6, 2004
1 parent 028f222 commit dcbe586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -968,7 +968,7 @@ function authenticate_user_login($username, $password) {

} else {
add_to_log(0, 'login', 'error', $_SERVER['HTTP_REFERER'], $username);
error_log('[client '.$_SERVER['REMOTE_ADDR']."]\t$CFG->wwwroot\tFailed Login:\t$username\t".$_SERVER['HTTP_USER_AGENT'];
error_log('[client '.$_SERVER['REMOTE_ADDR']."]\t$CFG->wwwroot\tFailed Login:\t$username\t".$_SERVER['HTTP_USER_AGENT']);
return false;
}
}
Expand Down

0 comments on commit dcbe586

Please sign in to comment.