diff --git a/homepage/wkParticipo/login.php b/homepage/wkParticipo/login.php index e19362b..ce5baaf 100644 --- a/homepage/wkParticipo/login.php +++ b/homepage/wkParticipo/login.php @@ -37,6 +37,7 @@ if (isset($_SESSION['login'])) { ), ); $message['success'] = 'Anmeldung erfolgreich, weiter zum Inhalt.'; +// PHPCount::AddHit("wkParticipo-Login ".$_POST['f']['username']); header('Location: http://' . $_SERVER['HTTP_HOST'] . '/pages/desktop/wkParticipo/index.php?user=' . $_POST['f']['username']); } else { sleep(1);