rpicms

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

commit 81088d04e077e1aea59d32a718070044f3bf1f6d
parent bcb83fb19736bddf64b348f50fadf16d72501520
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 30 Nov 2014 16:58:32 +0100

fixed login

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 @@ -1,6 +1,6 @@ <?php include_once('./navi.php'); - include_once('./GoogleAuthenticator.php'); + include_once('../../../../libs/GA/GoogleAuthenticator.php'); $g = new GoogleAuthenticator(); function die_back($str) { die ($str.'<br/><a href="./login.php">back</a>');