Website export to cloud files works. Created new recursive copy function in attach.php.

This commit is contained in:
Andrew Manning
2016-08-23 06:55:26 -04:00
parent d39cf23b2f
commit 305e0538d2
4 changed files with 113 additions and 9 deletions

View File

@@ -2295,6 +2295,10 @@ function website_portation_tools() {
'$file_download_text' => t('Export to a zip file'),
'$filename_desc' => t('website.zip'),
'$filename_hint' => t('Enter a name for the zip file.'),
'$cloud_export_text' => t('Export to cloud files'),
'$cloud_export_desc' => t('/path/to/export/folder'),
'$cloud_export_hint' => t('Enter a path to a cloud files destination.'),
'$cloud_export_select' => t('Specify folder'),
));
}