diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-12 13:49:13 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-12 13:49:13 +0000 |
commit | 9fc076f5d33454a0bfefd9030553f09089c5626a (patch) | |
tree | 8735dd568f13a96a7cb086f70961a9fe629808c6 /language/en_UK | |
parent | cd9f45fd1dd2ebc2e6795c15a3f3eddb38e95e7d (diff) |
- Remove advises of file removal at the end of install (forgotten in last commit!)
git-svn-id: http://piwigo.org/svn/trunk@2865 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/install.lang.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 92cbe08d6..c34bb2e30 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -59,8 +59,6 @@ $lang['step2_pwd_conf'] = 'Password [confirm]'; $lang['step2_pwd_conf_info'] = 'verification'; $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br /> -For security reason, please delete file "install.php"<br /> -Once this file deleted , follow this instructions :<br /> * go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; $lang['conf_mail_webmaster'] = 'Webmaster mail address'; |