From dcfc3c40ef2df7ac01c9d6ff451c351a1ad26a0f Mon Sep 17 00:00:00 2001 From: Rob Church Date: Fri, 14 Apr 2006 22:57:36 +0000 Subject: [PATCH] Revert path disclosure vulnerability --- RELEASE-NOTES | 1 - config/index.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ad6275268b..cc04cc0ed7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -68,7 +68,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN anchor identifiers * (bug 5519) Allow sidebar cache to be disabled; disable it by default. * Maintenance script to import the contents of a text file into a wiki page -* installer: show realpath when asking to chmod g+w ./config * installer: hide errors returned when trying to dl() mysql.so / pgsql.so * installer: cleanly outputbuffer when dieing out * Add $wgReservedUsernames configuration directive to block account creation/use diff --git a/config/index.php b/config/index.php index f0daca84a2..fd4959c52c 100644 --- a/config/index.php +++ b/config/index.php @@ -163,7 +163,7 @@ if( !is_writable( "." ) ) {

To make the directory writable on a Unix/Linux system:

-	cd $IP
+	cd /path/to/wiki
 	chmod a+w config
 	
" ); } -- 2.20.1