Remove Counter from Login-Page

This commit is contained in:
marko
2020-09-06 11:51:49 +02:00
parent 4dc97198e6
commit 4b1c208bfe

View File

@@ -37,6 +37,7 @@ if (isset($_SESSION['login'])) {
), ),
); );
$message['success'] = 'Anmeldung erfolgreich, <a href="index.php">weiter zum Inhalt.'; $message['success'] = 'Anmeldung erfolgreich, <a href="index.php">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']); header('Location: http://' . $_SERVER['HTTP_HOST'] . '/pages/desktop/wkParticipo/index.php?user=' . $_POST['f']['username']);
} else { } else {
sleep(1); sleep(1);