ttings.php
> I'm using the regular Special:Upload page
>
> $wgEnableUploads = true;
> $wgCheckFileExtensions = false;
> $wgGroupPermissions['*']['createaccount'] = false;
> $wgGroupPermissions['*']['edit'] = false;
> $wgGroupPermission
Hi, I'm working on reproducing this.
The file extension is checked in UploadBase::getTitle(). If
$wgCheckFileExtensions and $wgStrictFileExtensions are both true
(which by default they are), then the file should be rejected during
the upload process. If that check is being bypassed, then we have a
2 matches
Mail list logo