MediaWiki r5793 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r5792‎ | r5793 (on ViewVC)‎ | r5794 >
Date:21:25, 10 October 2004
Author:kelson42
Status:old
Tags:
Comment:
+ $wgBrowserBlackList
Modified paths:

Diff [purge]

Index: trunk/phase3/LocalSettings.sample
@@ -227,4 +227,8 @@
228228 # A list of proxy servers (ips if possible) to purge on changes
229229 # don't specify ports here (80 is default)
230230 # $wgSquidServers = array('127.0.0.1');
 231+
 232+# Browser-related setting
 233+$wgBrowserBlackList = array();
 234+
231235 ?>
Index: trunk/phase3/includes/DefaultSettings.php
@@ -760,6 +760,8 @@
761761 # instead of listing them as articles.
762762 $wgCategoryMagicGallery = true;
763763
 764+# Browser Blacklist for unicode non compliant browsers
 765+$wgBrowserBlackList = array();
764766
765767 } else {
766768 die();

Status & tagging log

  • 15:00, 12 September 2011 Meno25 (talk | contribs) changed the status of r5793 [removed: ok added: old]
  • 13:34, 18 June 2009 ^demon (talk | contribs) changed the status of r5793 [removed: new added: ok]