summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-25 16:40:51 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-25 16:40:51 +0000
commit3da1418d064224e1be0ae3088d95c35773cb52b4 (patch)
treeb2134c468182f04454f0338c0cb8ecf9a95b3ebf /install.php
parent7d35ed90d9b56e1055edd17398904c51fff2f57c (diff)
downloadbrdo-3da1418d064224e1be0ae3088d95c35773cb52b4.tar.gz
brdo-3da1418d064224e1be0ae3088d95c35773cb52b4.tar.bz2
- Patch #260337 by jbomb: made the link more specific.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index e0d7698fb..4065fb06f 100644
--- a/install.php
+++ b/install.php
@@ -712,7 +712,7 @@ function install_tasks($profile, $task) {
$settings_dir = './' . conf_path();
$settings_file = $settings_dir . '/settings.php';
if (!drupal_verify_install_file($settings_file, FILE_EXIST|FILE_READABLE|FILE_NOT_WRITABLE) || !drupal_verify_install_file($settings_dir, FILE_NOT_WRITABLE, 'dir')) {
- drupal_set_message(st('All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, please consult the <a href="@handbook_url">online handbook</a>.', array('%dir' => $settings_dir, '%file' => $settings_file, '@handbook_url' => 'http://drupal.org/getting-started')), 'error');
+ drupal_set_message(st('All necessary changes to %dir and %file have been made, so you should remove write permissions to them now in order to avoid security risks. If you are unsure how to do so, please consult the <a href="@handbook_url">online handbook</a>.', array('%dir' => $settings_dir, '%file' => $settings_file, '@handbook_url' => 'http://drupal.org/server-permissions')), 'error');
}
else {
drupal_set_message(st('All necessary changes to %dir and %file have been made. They have been set to read-only for security.', array('%dir' => $settings_dir, '%file' => $settings_file)));