Merge branch 'wkParticipo'

This commit is contained in:
marko
2020-09-06 11:53:32 +02:00

View File

@@ -36,7 +36,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']); // 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);