diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-04 13:50:59 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-04 13:50:59 -0300 |
commit | 46e289b767d5834234c99cd76893326fb1d221c9 (patch) | |
tree | 05f93657271c53a59b0753dbfc0ab3e02cf99811 | |
parent | bfad5d1d2f61c0eb421b4f3449f540f92d9d488e (diff) | |
parent | a7ebc529ef69201e758a7fa00ae43cdef0954521 (diff) | |
download | pfsense-packages-46e289b767d5834234c99cd76893326fb1d221c9.tar.gz pfsense-packages-46e289b767d5834234c99cd76893326fb1d221c9.tar.bz2 pfsense-packages-46e289b767d5834234c99cd76893326fb1d221c9.zip |
Merge pull request #933 from doktornotor/patch-6
-rw-r--r-- | config/filer/filer.xml | 3 | ||||
-rw-r--r-- | pkg_config.10.xml | 2 |
2 files changed, 1 insertions, 4 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> diff --git a/pkg_config.10.xml b/pkg_config.10.xml index e6ec5223..7457aa49 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -79,7 +79,7 @@ <category>File Management</category> <pkginfolink>https://doc.pfsense.org/index.php/Filer_package</pkginfolink> <config_file>https://packages.pfsense.org/packages/config/filer/filer.xml</config_file> - <version>0.60.2</version> + <version>0.60.3</version> <status>Beta</status> <required_version>2.2</required_version> <maintainer>bscholer@cshl.edu</maintainer> |