rpicms

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

commit c70b72e6162fcd29e362150115379ed082be2f3c
parent 6d53edf08f2cbb98737d51889174b7fd33c45f80
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 30 Nov 2014 16:35:59 +0100

php :/

Diffstat:
Mcore/libs/GA/GoogleAuthenticator.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/libs/GA/GoogleAuthenticator.php b/core/libs/GA/GoogleAuthenticator.php @@ -16,7 +16,7 @@ //Now it also use the API form goqr.me -include_once("../../helpers/FixedByteNotation.php"); +include_once("../../../../libs/helpers/FixedByteNotation.php"); class GoogleAuthenticator {