diff options
author | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:43:05 -0400 |
---|---|---|
committer | Tom Schaefer <tom@tomschaefer.org> | 2010-08-19 23:43:05 -0400 |
commit | 5b7a4d91df381025d79f51db2edd5fd8d89ff17a (patch) | |
tree | 4a71ca9fdcc58d8c4c882774b746a361cd555e0c /config/filemgr/filemgr.xml | |
parent | 1c722d02a740a1a252ab90200d83c1942d9e76d3 (diff) | |
download | pfsense-packages-5b7a4d91df381025d79f51db2edd5fd8d89ff17a.tar.gz pfsense-packages-5b7a4d91df381025d79f51db2edd5fd8d89ff17a.tar.bz2 pfsense-packages-5b7a4d91df381025d79f51db2edd5fd8d89ff17a.zip |
filemgr renamed php install function name. Version bump.
Diffstat (limited to 'config/filemgr/filemgr.xml')
-rw-r--r-- | config/filemgr/filemgr.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/filemgr/filemgr.xml b/config/filemgr/filemgr.xml index 0082fc29..ec95a3c8 100644 --- a/config/filemgr/filemgr.xml +++ b/config/filemgr/filemgr.xml @@ -31,7 +31,7 @@ <requirements>none</requirements> <faq>http://forum.pfsense.org/index.php/topic,26974.0.html</faq> <name>File Manager</name> - <version>0.1.0</version> + <version>0.1.1</version> <title>Settings</title> <include_file>/usr/local/pkg/filemgr.inc</include_file> <menu> @@ -226,15 +226,15 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - php_sync_package(); + php_sync_package_fm(); </custom_php_resync_config_command> <custom_delete_php_command> - php_sync_package(); + php_sync_package_fm(); </custom_delete_php_command> <custom_php_install_command> - php_install_command(); + php_install_command_fm(); </custom_php_install_command> <custom_php_deinstall_command> - deinstall_command(); + deinstall_command_fm(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |