From: Tim Starling Date: Mon, 23 Apr 2012 22:11:16 +0000 (+1000) Subject: (bug 34041) Remove bogus 10000x10000 pixel option X-Git-Tag: 1.31.0-rc.0~23845 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=f044a3745919244c84450ba70d69473df3b84813;p=lhc%2Fweb%2Fwiklou.git (bug 34041) Remove bogus 10000x10000 pixel option Change-Id: I7d6e1795a637badde5551950b599ad1da215ca72 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 67889844b6..7c4db0df6c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -941,8 +941,7 @@ $wgImageLimits = array( array( 640, 480 ), array( 800, 600 ), array( 1024, 768 ), - array( 1280, 1024 ), - array( 10000, 10000 ) + array( 1280, 1024 ) ); /**