diff options
Diffstat (limited to 'config/tftp/tftp.xml')
-rw-r--r-- | config/tftp/tftp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/tftp/tftp.xml b/config/tftp/tftp.xml index 5a2cefa5..720ac212 100644 --- a/config/tftp/tftp.xml +++ b/config/tftp/tftp.xml @@ -77,15 +77,15 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - php_sync_package(); + tftp_sync_package(); </custom_php_resync_config_command> <custom_delete_php_command> - php_sync_package(); + tftp_sync_package(); </custom_delete_php_command> <custom_php_install_command> - php_install_command(); + tftp_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - php_deinstall_command(); + tftp_deinstall_command(); </custom_php_deinstall_command> </packagegui>
\ No newline at end of file |