diff options
Diffstat (limited to 'config/cron/index.php')
-rw-r--r-- | config/cron/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cron/index.php b/config/cron/index.php new file mode 100644 index 00000000..0d4ff4cd --- /dev/null +++ b/config/cron/index.php @@ -0,0 +1,6 @@ +<?php + +Header("Location: /"); +exit; + +?>
\ No newline at end of file |