From 0e73fca2a24ffa6f1ec182563f22b73a387a59bb Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 14 Aug 2014 04:49:02 -0400
Subject: [PATCH] - typo in comment
---
interface/web/login/index.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index 8043280..48d3af6 100644
--- a/interface/web/login/index.php
+++ b/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) {
--
Gitblit v1.9.1