From: Antoine Musso Date: Thu, 19 Jan 2012 23:06:23 +0000 (+0000) Subject: comment wgLocalFileRepo has an example usage in Setup.php X-Git-Tag: 1.31.0-rc.0~25169 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=8966a5651927df7c88c92941b3739d5bb04eae98;p=lhc%2Fweb%2Fwiklou.git comment wgLocalFileRepo has an example usage in Setup.php --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 35c9de7250..f1bc917951 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;