Index: trunk/phase3/config/index.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | <p>To make the directory writable on a Unix/Linux system:</p> |
165 | 165 | |
166 | 166 | <pre> |
167 | | - cd <i>$IP</i> |
| 167 | + cd <i>/path/to/wiki</i> |
168 | 168 | chmod a+w config |
169 | 169 | </pre>" ); |
170 | 170 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -68,7 +68,6 @@ |
69 | 69 | anchor identifiers |
70 | 70 | * (bug 5519) Allow sidebar cache to be disabled; disable it by default. |
71 | 71 | * 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 |
73 | 72 | * installer: hide errors returned when trying to dl() mysql.so / pgsql.so |
74 | 73 | * installer: cleanly outputbuffer when dieing out |
75 | 74 | * Add $wgReservedUsernames configuration directive to block account creation/use |