diff options
author | jim-p <jimp@pfsense.org> | 2010-11-09 14:52:32 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-11-09 14:52:32 -0500 |
commit | 8ca5710af46e370e91abc319cc5568cbc9d7ff4f (patch) | |
tree | 6b3233696c266302fbac9345a2d6fc49905d1d5b /config/denyhosts/denyhosts.xml | |
parent | 56c7473bf7c1d08868846aa765f357e9f0b3aef4 (diff) | |
download | pfsense-packages-8ca5710af46e370e91abc319cc5568cbc9d7ff4f.tar.gz pfsense-packages-8ca5710af46e370e91abc319cc5568cbc9d7ff4f.tar.bz2 pfsense-packages-8ca5710af46e370e91abc319cc5568cbc9d7ff4f.zip |
Unique function names
Diffstat (limited to 'config/denyhosts/denyhosts.xml')
-rw-r--r-- | config/denyhosts/denyhosts.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/denyhosts/denyhosts.xml b/config/denyhosts/denyhosts.xml index 9562a9d6..53658a7a 100644 --- a/config/denyhosts/denyhosts.xml +++ b/config/denyhosts/denyhosts.xml @@ -107,15 +107,15 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - php_sync_package(); + denyhosts_sync_package(); </custom_php_resync_config_command> <custom_delete_php_command> - php_sync_package(); + denyhosts_sync_package(); </custom_delete_php_command> <custom_php_install_command> - php_install_command(); + denyhosts_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - deinstall_command(); + denyhosts_deinstall_command(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |