summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-02 12:41:01 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-02 12:41:01 +0000
commitf0d5a4245b3b39d8976bd7e3c91ef1a72209a315 (patch)
tree54563f339931b26d50fca85e4589b5d3090dad1a /install.php
parent94c4e0354878f363f79e54ee34d3b5e8ca35566b (diff)
downloadbrdo-f0d5a4245b3b39d8976bd7e3c91ef1a72209a315.tar.gz
brdo-f0d5a4245b3b39d8976bd7e3c91ef1a72209a315.tar.bz2
#172447 by add1sun: include a link to the front page of the site on the 'already installed' page
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 4c1ffcb52..b3e2fbcbf 100644
--- a/install.php
+++ b/install.php
@@ -592,7 +592,7 @@ function install_already_done_error() {
drupal_maintenance_theme();
drupal_set_title(st('Drupal already installed'));
- print theme('install_page', st('<ul><li>To start over, you must empty your existing database.</li><li>To install to a different database, edit the appropriate <em>settings.php</em> file in the <em>sites</em> folder.</li><li>To upgrade an existing installation, proceed to the <a href="@base-url/update.php">update script</a>.</li></ul>', array('@base-url' => $base_url)));
+ print theme('install_page', st('<ul><li>To start over, you must empty your existing database.</li><li>To install to a different database, edit the appropriate <em>settings.php</em> file in the <em>sites</em> folder.</li><li>To upgrade an existing installation, proceed to the <a href="@base-url/update.php">update script</a>.</li><li>View your <a href="@base-url">existing site</a>.</li></ul>', array('@base-url' => $base_url)));
exit;
}