summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorBill Marquette <bill.marquette@gmail.com>2009-03-14 19:02:24 -0500
committerBill Marquette <bill.marquette@gmail.com>2009-03-14 19:02:24 -0500
commitf359eb45869d330c05efbfd8aaa647fa9344e7b2 (patch)
treed2bc222aa2bec87b225d05f8224702a2197840e9 /usr/local/www/includes
parentc622d660c14f27bd0ec03b3fa1ea9f2264e56841 (diff)
downloadpfsense-f359eb45869d330c05efbfd8aaa647fa9344e7b2.zip
pfsense-f359eb45869d330c05efbfd8aaa647fa9344e7b2.tar.gz
nice idea, never implemented, purge
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/javascript.inc.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/usr/local/www/includes/javascript.inc.php b/usr/local/www/includes/javascript.inc.php
deleted file mode 100644
index 3cbb64e..0000000
--- a/usr/local/www/includes/javascript.inc.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?
- /* $Id: */
-
- /*
- * Two Arrays the hold the information for what javascript files
- * need to be loaded at the top and or bottom of each page listed
- * in the arrays.
- */
-
- $top_javascript_files = array();
- $bottom_javascript_files = array();
-
- $top_javascript_files['firewall_rules_edit.php'][] = 'autosuggest.js';
- $top_javascript_files['firewall_rules_edit.php'][] = 'suggestions.js';
- $top_javascript_files['firewall_rules_edit.php'][] = 'firewall_rules_edit.js';
-
-?> \ No newline at end of file
OpenPOWER on IntegriCloud