diff options
Diffstat (limited to 'packages/freeswitch/freeswitch_modules.xml')
-rw-r--r-- | packages/freeswitch/freeswitch_modules.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/packages/freeswitch/freeswitch_modules.xml b/packages/freeswitch/freeswitch_modules.xml index a6c4564e..cad927fd 100644 --- a/packages/freeswitch/freeswitch_modules.xml +++ b/packages/freeswitch/freeswitch_modules.xml @@ -1212,25 +1212,14 @@ </options> </field> </fields> - <custom_php_command_before_form> - </custom_php_command_before_form> - <custom_php_after_head_command> - </custom_php_after_head_command> - <custom_php_after_form_command> - </custom_php_after_form_command> <custom_add_php_command> - sync_package_freeswitch(); </custom_add_php_command> - <custom_delete_php_command> - sync_package_freeswitch(); - </custom_delete_php_command> <custom_php_resync_config_command> - sync_package_freeswitch(); + sync_package_freeswitch_modules(); </custom_php_resync_config_command> - <custom_php_install_command> - freeswitch_php_install_command(); - </custom_php_install_command> + <custom_delete_php_command> + sync_package_freeswitch_modules(); + </custom_delete_php_command> <custom_php_deinstall_command> - freeswitch_deinstall_command(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |