]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - login/index.php
Fix some bad mass replaces
[irc/unrealircd/unrealircd-webpanel.git] / login / index.php
index aa5609bbed9ac2a97592bde14d0377784bc20cb7..1d73e7725e4c996022c38f1eefecfd8c8cc20f2a 100644 (file)
@@ -33,9 +33,6 @@ if (!empty($_POST))
 {
        if ($_POST['username'] && $_POST['password'])
        {
-               
-               /* securitah */
-               security_check();
                $user = new PanelUser($_POST['username']);
                /* not being too informative with the login error in case of attackers */
                if (isset($user->id) && $user->password_verify($_POST['password']))