add important information that the customer should protect the backup directory using htaccess

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-04-29 08:40:00 +02:00
parent 7c44c5ea75
commit b2cd992f92
4 changed files with 10 additions and 0 deletions

View File

@@ -560,6 +560,7 @@ if ($page == 'overview') {
'backup_mail' => $backup_mail,
'backup_web' => $backup_web
);
// schedule backup job
inserttask('20', $task_data);
standard_success('backupscheduled');