From: Rob Church Date: Fri, 14 Apr 2006 22:57:36 +0000 (+0000) Subject: Revert path disclosure vulnerability X-Git-Tag: 1.31.0-rc.0~57488 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=dcfc3c40ef2df7ac01c9d6ff451c351a1ad26a0f;p=lhc%2Fweb%2Fwiklou.git Revert path disclosure vulnerability --- 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
 	
" ); }