aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-15 23:58:28 -0800
committerfriendica <info@friendica.com>2012-02-15 23:58:28 -0800
commitada2a555dce33692ee40b3fb81c93dbe276e73cd (patch)
tree79aa1fc44763ad1ccff45a0b7680e38a3b7c5dd0 /include/auth.php
parentd8b82b24a479902c0ba142f8eb317e5ab6ba5d3c (diff)
downloadvolse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.tar.gz
volse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.tar.bz2
volse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.zip
sql typo in auto-friend with D*
Diffstat (limited to 'include/auth.php')
-rwxr-xr-xinclude/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/auth.php b/include/auth.php
index fd1c63847..fc52684e6 100755
--- a/include/auth.php
+++ b/include/auth.php
@@ -165,7 +165,7 @@ else {
}
if((! $record) || (! count($record))) {
- logger('authenticate: failed login attempt: ' . trim($_POST['username']));
+ logger('authenticate: failed login attempt: ' . notags(trim($_POST['username'])));
notice( t('Login failed.') . EOL );
goaway(z_root());
}