From 528862df0478938e0f5572bde0fe66c5a7f7ab47 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 22 May 2009 15:16:13 +0000 Subject: [PATCH] MDL-19246 file manager - improved security message. Unused in HEAD. Thanks Helen. --- 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 183a200214..908de47adc 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1270,6 +1270,7 @@ $string['publicdirectory1'] = 'Publish the site name only'; $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['question'] = 'Question'; $string['questionsinthequestionbank'] = 'Questions in the question bank'; $string['readinginfofrombackup'] = 'Reading info from backup'; -- 2.39.5