summaryrefslogtreecommitdiff
path: root/includes/pages/guest_start.php
diff options
context:
space:
mode:
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