summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-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