diff options
Diffstat (limited to 'includes/pages/guest_start.php')
-rw-r--r-- | includes/pages/guest_start.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/includes/pages/guest_start.php b/includes/pages/guest_start.php index 8f008a8d..4cd2fa42 100644 --- a/includes/pages/guest_start.php +++ b/includes/pages/guest_start.php @@ -1,5 +1,6 @@ <?php -function guest_start() { - redirect(page_link_to('login')); +function guest_start() +{ + redirect(page_link_to('login')); + return true; } -?>
\ No newline at end of file |