diff options
Diffstat (limited to 'config/vhosts/vhosts.xml')
-rw-r--r-- | config/vhosts/vhosts.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/vhosts/vhosts.xml b/config/vhosts/vhosts.xml index 2057918e..9bfb73e0 100644 --- a/config/vhosts/vhosts.xml +++ b/config/vhosts/vhosts.xml @@ -107,15 +107,15 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - php_sync_package(); + vhosts_sync_package(); </custom_php_resync_config_command> <custom_delete_php_command> - php_sync_package(); + vhosts_sync_package(); </custom_delete_php_command> <custom_php_install_command> - php_install_command(); + vhosts_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - deinstall_command(); + vhosts_deinstall_command(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |