Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -361,6 +361,8 @@ |
362 | 362 | * If you set $wgForeignFileRepos to an array of repostory structures, those will |
363 | 363 | * be searched after the local file repo. |
364 | 364 | * Otherwise, you will only have access to local media files. |
| 365 | + * |
| 366 | + * @see Setup.php for an example usage and default initialization. |
365 | 367 | */ |
366 | 368 | $wgLocalFileRepo = false; |
367 | 369 | |