aboutsummaryrefslogtreecommitdiff
path: root/welcome/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'welcome/index.php')
-rw-r--r--welcome/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/welcome/index.php b/welcome/index.php
new file mode 100644
index 0000000..aecdc34
--- /dev/null
+++ b/welcome/index.php
@@ -0,0 +1,4 @@
+<?php
+
+header("Location: /login");
+die(); \ No newline at end of file