r13648 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13647‎ | r13648 | r13649 >
Date:22:57, 14 April 2006
Author:robchurch
Status:old
Tags:
Comment:
Revert path disclosure vulnerability
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -163,7 +163,7 @@
164164 <p>To make the directory writable on a Unix/Linux system:</p>
165165
166166 <pre>
167 - cd <i>$IP</i>
 167+ cd <i>/path/to/wiki</i>
168168 chmod a+w config
169169 </pre>" );
170170 }
Index: trunk/phase3/RELEASE-NOTES
@@ -68,7 +68,6 @@
6969 anchor identifiers
7070 * (bug 5519) Allow sidebar cache to be disabled; disable it by default.
7171 * Maintenance script to import the contents of a text file into a wiki page
72 -* installer: show realpath when asking to chmod g+w ./config
7372 * installer: hide errors returned when trying to dl() mysql.so / pgsql.so
7473 * installer: cleanly outputbuffer when dieing out
7574 * Add $wgReservedUsernames configuration directive to block account creation/use

Status & tagging log