summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-28 14:45:49 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-28 14:45:49 +0100
commit1633d6277298377c23e83117648412bac8d1ffd5 (patch)
tree7dca7c8af63be3f9c53e9853c87262830c215d3c /public/index.php
parent3271f72dcf4186b294b89761fbe845da30ce08c4 (diff)
ical export for available shifts
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 5940f4aa..45555a2b 100644
--- a/public/index.php
+++ b/public/index.php
@@ -165,7 +165,7 @@ elseif ($p == "faq") {
$content = Get_Text("no_access_text");
} else {
// Sonst zur Loginseite leiten
- header("Location: " . page_link_to("login"));
+ redirect(page_link_to("login"));
}
}