summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/check_login.php
diff options
context:
space:
mode:
authorhorus_arch2017-02-20 14:18:05 +0100
committerhorus_arch2017-02-20 14:18:05 +0100
commit363eb66e3271d3a877e7416cda8c4345840fc709 (patch)
treee1cce15ee494331df5fc54e5ce1f79bcc5a5e994 /intern.gospeladlershof.de/check_login.php
parenta14a7c570bc34fafc8f6f6a916ad055a8d4987d9 (diff)
downloadgospeladlershof.de-363eb66e3271d3a877e7416cda8c4345840fc709.tar.gz
Kleine Verbesserungen + Piwik.
Diffstat (limited to 'intern.gospeladlershof.de/check_login.php')
-rw-r--r--intern.gospeladlershof.de/check_login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/check_login.php b/intern.gospeladlershof.de/check_login.php
index 1fa6506..763d0ee 100644
--- a/intern.gospeladlershof.de/check_login.php
+++ b/intern.gospeladlershof.de/check_login.php
@@ -34,7 +34,7 @@ if ( ! empty($_SESSION) ) {
<input name="hash" type="text" id="auth_code" class="form-control" placeholder="Der Code aus der E-Mail-Adresse" required autofocus>
<input name="email" type="hidden" value="<?php echo htmlentities($_SESSION['user']);?>">
<span class="help-block">Du hast einen Code aus der E-Mail enthalten. Trag ihn hier ein.</span>
- <button class="btn btn-lg btn-primary btn-block" type="submit">Lass mich rein</button>
+ <button class="btn btn-lg btn-primary btn-block" type="submit" onclick="javascript:_paq.push(['trackEvent', 'Login', 'VerifyHash', '<?php echo htmlentities($_SESSION['user']);?>']);">Lass mich rein</button>
</form>
</div> <!-- /container -->