External backup function

This commit is contained in:
2017-11-23 18:42:47 +04:00
parent 3da34ec7f1
commit 4bf6f61131
3 changed files with 29 additions and 9 deletions

View File

@ -54,7 +54,7 @@ $callbacks = local_webhooks_get_list_records();
/* Upload settings as a file */
if (boolval($backupservices)) {
$filecontent = local_webhooks_archiving_data($callbacks);
$filecontent = local_webhooks_create_backup();
$filename = "webhooks_" . date("U") . ".backup";
send_file($filecontent, $filename, 0, 0, true, true);
}