summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-07 01:03:53 +0400
committerAndrew Dolgov <[email protected]>2013-07-07 01:03:53 +0400
commit62e7136b748aa8c0baced692680b5d063f55c52a (patch)
tree7a5c730b13199043b95c5e02e660ea6c5e4b9d83 /classes
parent356e13b161cabf9e116a3d057c527b0eeee5b25a (diff)
parente4eec1d216a67df660c80ef228684c4e171f1ff2 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 810fce78d..0d6ef11c0 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -550,6 +550,7 @@ class Handler_Public extends Handler {
}
} else {
$_SESSION["login_error_msg"] = __("Incorrect username or password");
+ user_error("Failed login attempt from {$_SERVER['REMOTE_ADDR']}", E_USER_WARNING);
}
if ($_REQUEST['return']) {