Damn, typo

This commit is contained in:
moodler
2004-10-06 14:19:06 +00:00
parent 028f222c2a
commit dcbe5864f6
+1 -1
View File
@@ -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;
}
}