From 0a7350d9bd42cb52270776ec36ffb77a02d30797 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Mon, 18 Sep 2006 20:20:04 +0000 Subject: [PATCH] Minor changes to the installer. --- RELEASE-NOTES | 1 + config/index.php | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2b722acf17..0ef970fe2e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -213,6 +213,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added experimental $wgRevisionCacheExpiry to cache extracted revision text in $wgMemc, to further reduce hits to external storage. Set to 0 (disabled) by default. +* Minor changes to the installer. == Languages updated == diff --git a/config/index.php b/config/index.php index 203c2a1733..1d75eab870 100644 --- a/config/index.php +++ b/config/index.php @@ -203,7 +203,9 @@ if( !is_writable( "." ) ) {
 	cd /path/to/wiki
 	chmod a+w config
-	
" ); + + +

Afterwards retry to start the setup.

" ); } @@ -995,7 +997,7 @@ if( count( $errs ) ) {

- An admin can lock/delete pages, block users from editing, and other maintenance tasks.
+ An admin can lock/delete pages, block users from editing, and do other maintenance tasks.
A new account will be added only when creating a new wiki database.

@@ -1223,7 +1225,7 @@ which means that anyone on the same server can read your database password! Down it and uploading it again will hopefully change the ownership to a user ID specific to you.

EOT; } else { - echo "

Installation successful! Move the config/LocalSettings.php file into the parent directory, then follow + echo "

Installation successful! Move the config/LocalSettings.php file into the parent directory, then follow this link to your wiki.

\n"; } } -- 2.20.1