diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-06 15:53:15 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-06 15:53:15 -0500 |
commit | d09f3e6fbeeabe317639b39ca2f372d04336f22a (patch) | |
tree | 118bb9531151e8b618b397f944abbe459de2a391 /config/cron/index.php | |
parent | b7f7b6e8395b523f758707937bf18555bd1721b5 (diff) | |
download | pfsense-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.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 |