rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 0e5d49c90a844fed563cc2d9e0a90fb32c685477
parent 81088d04e077e1aea59d32a718070044f3bf1f6d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 30 Nov 2014 17:00:35 +0100

fix wrong variable

Diffstat:
Mcore/backend/admin/user/login/login_handling.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/admin/user/login/login_handling.php b/core/backend/admin/user/login/login_handling.php @@ -42,7 +42,7 @@ $userid = $row->id; $ga_secret = $row->ga_secret; } - if (!userexist) { + if (!$user_exist) { die_back('unbekanter benutzername'); } $hash_db = hash('sha512',$passwdhash.$token);