Disable Uploads to Prevent Spam

Disabled the uploads to prevent spam as they
were not being guarded by the captcha

Change-Id: I1fbbf947c75a51bca865c9a717247ab114951aa5
This commit is contained in:
JP Maxwell 2016-07-20 18:36:20 -05:00
parent 9c6b74b2f4
commit 4b020efa66
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ $wgAllowUserJs = true;
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = true;
$wgEnableUploads = false;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
$wgUploadDirectory = "/srv/mediawiki/images";