diff --git a/homepage/wkParticipo/login.php b/homepage/wkParticipo/login.php index 7c2b85f..e24c0b5 100644 --- a/homepage/wkParticipo/login.php +++ b/homepage/wkParticipo/login.php @@ -36,7 +36,7 @@ if (isset($_SESSION['login'])) { ), ); $message['success'] = 'Anmeldung erfolgreich, weiter zum Inhalt.'; - PHPCount::AddHit("wkParticipo-Login ".$_POST['f']['username']); +// 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);