From d09f3e6fbeeabe317639b39ca2f372d04336f22a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 6 Jan 2011 15:53:15 -0500 Subject: Adding index.php so that when person clicks on the pfSense logo they are not greeted with a 404 --- config/cron/cron.xml | 7 ++++++- config/cron/index.php | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 config/cron/index.php (limited to 'config/cron') diff --git a/config/cron/cron.xml b/config/cron/cron.xml index 7eff2388..69226739 100644 --- a/config/cron/cron.xml +++ b/config/cron/cron.xml @@ -84,7 +84,12 @@ /usr/local/www/packages/cron/ 0755 http://www.pfsense.com/packages/config/cron/cron_edit.tmp - + + + /usr/local/www/packages/cron/ + 0755 + http://www.pfsense.com/packages/config/cron/index.php + Variable One 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 @@ + \ No newline at end of file -- cgit v1.2.3