From 8cd1f12655629b62cdbbabc40a9ae112f220177c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 3 Nov 2003 21:56:01 +0000 Subject: Modifications linked to the move of install.php to the root directory of PhpWebGallery git-svn-id: http://piwigo.org/svn/trunk@229 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/english.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'language/english.php') diff --git a/language/english.php b/language/english.php index baa8f6eac..8f779f734 100644 --- a/language/english.php +++ b/language/english.php @@ -447,13 +447,6 @@ if ( $isadmin ) $lang['step2_err_pass'] = 'please enter your password again'; $lang['step2_err_mail'] = $lang['conf_err_mail']; $lang['install_end_title'] = 'Installation finished'; - $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step

-For security reason, please delete file "install.php" in the directory "admin"
-Once this file deleted , follow this instructions : -'; $lang['step2_title'] = 'Step 2/2'; $lang['step2_pwd'] = 'webmaster password'; $lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel'; @@ -542,6 +535,14 @@ Once this file deleted , follow this instructions : $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated'; $lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server). This is general parameter, it is needed to authorize upload category by category, by default, no category is "uploadable".'; $lang['install_help'] = 'Need help ? Ask your question on PhpWebGallery message board.'; - $lang['install_warning'] = 'The file "admin/install.php" is still present. Please remove it from your server. It is not secure to keep it.'; + // new or modified in release 1.4 + $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step

+For security reason, please delete file "install.php"
+Once this file deleted , follow this instructions : +'; + $lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.'; } ?> \ No newline at end of file -- cgit v1.2.3