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.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/pages/guest_start.php b/includes/pages/guest_start.php
deleted file mode 100644
index 4cd2fa42..00000000
--- a/includes/pages/guest_start.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-function guest_start()
-{
- redirect(page_link_to('login'));
- return true;
-}