diff options
Diffstat (limited to 'packages/autoconfigbackup/autoconfigbackup.xml')
-rw-r--r-- | packages/autoconfigbackup/autoconfigbackup.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup.xml b/packages/autoconfigbackup/autoconfigbackup.xml index 840ccd85..d4f95af7 100644 --- a/packages/autoconfigbackup/autoconfigbackup.xml +++ b/packages/autoconfigbackup/autoconfigbackup.xml @@ -124,7 +124,11 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> + exec("echo > /cf/conf/lastpfSbackup.txt"); filter_configure(); + if($savemsg) + $savemsg .= "<br/>"; + $savemsg .= "A configuration backup has been queued."; </custom_php_resync_config_command> <custom_php_install_command> </custom_php_install_command> |