Marius Cramer
2014-08-14 0e73fca2a24ffa6f1ec182563f22b73a387a59bb
- typo in comment
1 files modified
2 ■■■ changed files
interface/web/login/index.php 2 ●●● patch | view | raw | blame | history
interface/web/login/index.php
@@ -201,7 +201,7 @@
                                        $user = false;
                                    }
                                } elseif(substr($saved_password, 0, 3) == '$5$') {
                                    //* The password is crypt-md5 encrypted
                                    //* The password is crypt-sha256 encrypted
                                    $salt = '$5$'.substr($saved_password, 3, 16).'$';
                                    if(crypt(stripslashes($passwort), $salt) != $saved_password) {