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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/pages/guest_start.php b/includes/pages/guest_start.php
index c89f680e..4cd2fa42 100644
--- a/includes/pages/guest_start.php
+++ b/includes/pages/guest_start.php
@@ -2,4 +2,5 @@
function guest_start()
{
redirect(page_link_to('login'));
+ return true;
}