From: skodak Date: Mon, 28 Sep 2009 18:59:40 +0000 (+0000) Subject: MDL-20371 backups should never be in site files, let's create the secure backupdata... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5f05358d4ba06ae6cecfa35645070e645df24401;p=moodle.git MDL-20371 backups should never be in site files, let's create the secure backupdata in site files automatically --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 97d4ad1660..b67f3a605e 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1294,6 +1294,7 @@ $string['publicdirectory2'] = 'Publish the site name with a link'; $string['publicdirectorytitle'] = 'See the current list of sites'; $string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone'; $string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.'; +$string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL.
Do not store backup files here, use backupdata folder instead!'; $string['question'] = 'Question'; $string['questionsinthequestionbank'] = 'Questions in the question bank'; $string['readinginfofrombackup'] = 'Reading info from backup';