layout corrections
This commit is contained in:
12
homepage/participo/machs.php
Normal file
12
homepage/participo/machs.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
session_start();
|
||||
// Falls der serverseitige Logincookie nicht gesetzt ist,
|
||||
// leite zur loginSeite weiter
|
||||
if (empty($_SESSION['login'])) {
|
||||
header('Location: login', TRUE, 301);
|
||||
exit;
|
||||
} else {
|
||||
header('Location: /participo/', TRUE, 301);
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user