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

@@ -30,6 +30,11 @@ return array(
'select_var' => $pathSelect['value'],
'value' => $pathSelect['value']
),
'path_protection_info' => array(
'label' => $lng['extras']['path_protection_label'],
'type' => 'label',
'value' => $lng['extras']['path_protection_info']
),
'backup_web' => array(
'label' => $lng['extras']['backup_web'],
'type' => 'checkbox',