$wgBrowserBlackList must be an array, not a string. Also, the previous value would...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Oct 2004 21:23:39 +0000 (21:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Oct 2004 21:23:39 +0000 (21:23 +0000)
includes/DefaultSettings.php

index 69951e6..dc48301 100644 (file)
@@ -762,7 +762,9 @@ $wgCategoryMagicGallery = true;
 
 # Browser Blacklist for unicode non compliant browsers
 # Contains a list of regexps : "/regexp/"  matching problematic browsers
-$wgBrowserBlackList = "/Mozilla\/4./";
+$wgBrowserBlackList = array(
+       // FIXME: Add some accurate, true things here
+       );
 
 } else {
        die();