rpicms

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

commit b3c1b8d7cf5c126185e7a9ed154ad069a9310e04
parent 004ff59b5df4cb9693b917c0d61b9104f957fc6d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 30 Nov 2014 16:53:07 +0100

try another debuging code

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

diff --git a/core/backend/admin/user/login/login.php b/core/backend/admin/user/login/login.php @@ -22,7 +22,7 @@ var hash = shaObj1.getHash("SHA-512", "HEX"); //document.write('<br/>'); //document.write(hash); - alert("test"); + alert(token); var anfragestr = './login_handling.php?username='+username+'&token='+token+'&hash='+hash+'&ga_token='+ga_token; self.location.href=anfragestr; }