summaryrefslogtreecommitdiff
path: root/includes/pages/guest_start.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-30 18:27:45 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-30 18:27:45 +0100
commita573b4e325bbac31642f5a7d0a65cc07464c473c (patch)
treeea9f70596bf8f8afbacfba8c075faf69abc09b09 /includes/pages/guest_start.php
parent8fd5ffb3352f28557187ae16aaabb4b245a22941 (diff)
replaced header with redirect function
Diffstat (limited to 'includes/pages/guest_start.php')
-rw-r--r--includes/pages/guest_start.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/pages/guest_start.php b/includes/pages/guest_start.php
index efad0a24..8f008a8d 100644
--- a/includes/pages/guest_start.php
+++ b/includes/pages/guest_start.php
@@ -1,6 +1,5 @@
<?php
function guest_start() {
- header("Location: ?p=login");
- die();
+ redirect(page_link_to('login'));
}
?> \ No newline at end of file