]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
remove pointless escaping of the password (refs #392)
[tt-rss.git] / functions.php
index 498750851cecf5bcb3d0767186d0d95729ab8717..730b20c86844a7d36cc123bba941085d7ea0a89c 100644 (file)
 
                        # try to authenticate user if called from login form
                        if ($login_action == "do_login") {
-                               $login = $_POST["login"];
+                               $login = db_escape_string($_POST["login"]);
                                $password = $_POST["password"];
                                $remember_me = $_POST["remember_me"];