From 8966a5651927df7c88c92941b3739d5bb04eae98 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 19 Jan 2012 23:06:23 +0000 Subject: [PATCH] comment wgLocalFileRepo has an example usage in Setup.php --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1