rpicms

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

commit c9aa4e9660c225db1053ea988264206a6d17c2d2
parent 1d4a797e9a97e0ba7bd2a851ee4a535e00a4e424
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 30 Nov 2014 16:33:13 +0100

fix GA script

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("FixedByteNotation.php"); +include_once("../helpers/FixedByteNotation.php"); class GoogleAuthenticator {