comment wgLocalFileRepo has an example usage in Setup.php
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 19 Jan 2012 23:06:23 +0000 (23:06 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 19 Jan 2012 23:06:23 +0000 (23:06 +0000)
includes/DefaultSettings.php

index 35c9de7..f1bc917 100644 (file)
@@ -361,6 +361,8 @@ $wgImgAuthPublicTest = true;
  * If you set $wgForeignFileRepos to an array of repostory structures, those will
  * be searched after the local file repo.
  * Otherwise, you will only have access to local media files.
+ *
+ * @see Setup.php for an example usage and default initialization.
  */
 $wgLocalFileRepo = false;