aboutsummaryrefslogtreecommitdiffstats
path: root/packages/autoconfigbackup
diff options
context:
space:
mode:
Diffstat (limited to 'packages/autoconfigbackup')
-rw-r--r--packages/autoconfigbackup/autoconfigbackup.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup.xml b/packages/autoconfigbackup/autoconfigbackup.xml
index d0fdb6eb..f57b5497 100644
--- a/packages/autoconfigbackup/autoconfigbackup.xml
+++ b/packages/autoconfigbackup/autoconfigbackup.xml
@@ -124,11 +124,13 @@
<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.";
+ <![CDATA[
+ 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>