Index: trunk/phase3/config/index.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | <p>To make the directory writable on a Unix/Linux system:</p> |
248 | 248 | |
249 | 249 | <pre> |
250 | | - cd <i>/path/to/wiki</i> |
| 250 | + cd <i>" . htmlspecialchars( dirname( dirname( __FILE__ ) ) ) . "</i> |
251 | 251 | chmod a+w config |
252 | 252 | </pre> |
253 | 253 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -148,6 +148,8 @@ |
149 | 149 | appears in dark green if bytes were added and dark red if bytes were removed. |
150 | 150 | * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the |
151 | 151 | thumbnails to be stored in a separate location to the source images. |
| 152 | +* If config/ directory is not executable, the command to make it executable |
| 153 | + now asks the user to cd to the correct directory |
152 | 154 | |
153 | 155 | === Bug fixes in 1.16 === |
154 | 156 | |