From 5f05358d4ba06ae6cecfa35645070e645df24401 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 28 Sep 2009 18:59:40 +0000 Subject: [PATCH] MDL-20371 backups should never be in site files, let's create the secure backupdata in site files automatically --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5