- Rechtschreibung verbessert

geändert:       src/md/verein.md
- Login löst einen Pagehit im Log aus
	geändert:       wkParticipo/login.php
- veralltete Datei entfernt
	gelöscht:       wkParticipo/loginDev.php
This commit is contained in:
marko
2018-08-11 16:30:42 +02:00
parent b57ce57fe1
commit b0e04fc58f
3 changed files with 3 additions and 208 deletions

View File

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