diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-05-25 19:51:00 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-05-25 19:51:00 -0400 |
commit | e4a8ed97395866b353f99f5473e1fd413f5a05a0 (patch) | |
tree | 53d88ef70b56d9aeafe459a02f2aa3ae75a77c59 /etc/inc | |
parent | d65962a7736ae9917182007f4ee0862193fc910f (diff) | |
download | pfsense-e4a8ed97395866b353f99f5473e1fd413f5a05a0.zip pfsense-e4a8ed97395866b353f99f5473e1fd413f5a05a0.tar.gz |
Add function header
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 6241a1e..01d3762 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2224,6 +2224,14 @@ function is_ipaddr_configured($ipaddr) { } } +/****f* pfsense-utils/pfSense_handle_custom_code + * NAME + * pfSense_handle_custom_code + * INPUTS + * directory name to process + * RESULT + * globs the directory and includes the files + */ function pfSense_handle_custom_code($src_dir) { // Allow extending of the nat edit page and include custom input validation if(is_dir("$src_dir")) { |