diff options
Diffstat (limited to 'includes/index.php')
-rw-r--r-- | includes/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/index.php b/includes/index.php new file mode 100644 index 0000000..e6b9bab --- /dev/null +++ b/includes/index.php | |||
@@ -0,0 +1,5 @@ | |||
1 | <?php | ||
2 | |||
3 | header('Location: /index.php'); | ||
4 | |||
5 | ?> | ||