Revert path disclosure vulnerability
authorRob Church <robchurch@users.mediawiki.org>
Fri, 14 Apr 2006 22:57:36 +0000 (22:57 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Fri, 14 Apr 2006 22:57:36 +0000 (22:57 +0000)
RELEASE-NOTES
config/index.php

index ad62752..cc04cc0 100644 (file)
@@ -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
index f0daca8..fd4959c 100644 (file)
@@ -163,7 +163,7 @@ if( !is_writable( "." ) ) {
        <p>To make the directory writable on a Unix/Linux system:</p>
 
        <pre>
-       cd <i>$IP</i>
+       cd <i>/path/to/wiki</i>
        chmod a+w config
        </pre>" );
 }