Revision 1212169 of "User:Leucosticte/Insecure settings" on mediawikiwiki

The following are insecure settings.

==Enabling upload and execution of arbitrary PHP scripts==
<source lang="php">
$wgStrictFileExtensions = false;
$wgFileBlacklist = array();
$wgVerifyMimeType = false;
</source>