diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-25 18:11:12 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-25 18:11:12 +0200 |
commit | 7b8c88a27161a98d975c2aa2f6f6e1aba1519f41 (patch) | |
tree | b7134aac56fc4e94e6150c65e9b0542c10e609bc /config/squid3/34 | |
parent | 0338af62b999b8dcc6c1cc5ee2a2da9ef2daae42 (diff) | |
download | pfsense-packages-7b8c88a27161a98d975c2aa2f6f6e1aba1519f41.tar.gz pfsense-packages-7b8c88a27161a98d975c2aa2f6f6e1aba1519f41.tar.bz2 pfsense-packages-7b8c88a27161a98d975c2aa2f6f6e1aba1519f41.zip |
Remove reference to unused broken squid_before_form_general() function
Diffstat (limited to 'config/squid3/34')
-rwxr-xr-x | config/squid3/34/squid_reverse.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/squid3/34/squid_reverse.xml b/config/squid3/34/squid_reverse.xml index 120c1611..3617debc 100755 --- a/config/squid3/34/squid_reverse.xml +++ b/config/squid3/34/squid_reverse.xml @@ -442,9 +442,6 @@ </field> --> </fields> - <custom_php_command_before_form> - squid_before_form_general($pkg); - </custom_php_command_before_form> <custom_php_validation_command> squid_validate_reverse($_POST, $input_errors); </custom_php_validation_command> |