aboutsummaryrefslogtreecommitdiffstats
path: root/config/cron/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-06 15:53:15 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-06 15:53:15 -0500
commitd09f3e6fbeeabe317639b39ca2f372d04336f22a (patch)
tree118bb9531151e8b618b397f944abbe459de2a391 /config/cron/index.php
parentb7f7b6e8395b523f758707937bf18555bd1721b5 (diff)
downloadpfsense-packages-d09f3e6fbeeabe317639b39ca2f372d04336f22a.tar.gz
pfsense-packages-d09f3e6fbeeabe317639b39ca2f372d04336f22a.tar.bz2
pfsense-packages-d09f3e6fbeeabe317639b39ca2f372d04336f22a.zip
Adding index.php so that when person clicks on the pfSense logo they are not greeted with a 404
Diffstat (limited to 'config/cron/index.php')
-rw-r--r--config/cron/index.php6
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