diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-04 18:25:48 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-04 18:25:48 +0200 |
commit | 87a19224dbf723edf6faa897f8682cc11c7506ef (patch) | |
tree | 8aa36bf312a994a7658d1af0d952ff7d58cdb0a5 /config/filer | |
parent | bfad5d1d2f61c0eb421b4f3449f540f92d9d488e (diff) | |
download | pfsense-packages-87a19224dbf723edf6faa897f8682cc11c7506ef.tar.gz pfsense-packages-87a19224dbf723edf6faa897f8682cc11c7506ef.tar.bz2 pfsense-packages-87a19224dbf723edf6faa897f8682cc11c7506ef.zip |
filer.xml - remove custom_php_install_command (Fixes Bug #4917)
Diffstat (limited to 'config/filer')
-rw-r--r-- | config/filer/filer.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/filer/filer.xml b/config/filer/filer.xml index 98eb4bd8..ab49bb21 100644 --- a/config/filer/filer.xml +++ b/config/filer/filer.xml @@ -159,9 +159,6 @@ <description>Choose the way script will run.</description> </field> </fields> - <custom_php_install_command> - filer_install(); - </custom_php_install_command> <custom_php_validation_command> filer_validate_input($_POST, $input_errors); </custom_php_validation_command> |