]> git.mxchange.org Git - friendica.git/blobdiff - include/auth.php
some testbubble stuff
[friendica.git] / include / auth.php
old mode 100644 (file)
new mode 100755 (executable)
index fd1c638..fc52684
@@ -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());
                }