mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
nice idea, never implemented, purge
This commit is contained in:
parent
c622d660c1
commit
f359eb4586
@ -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';
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user