From: Tim Starling Date: Sun, 1 Jul 2007 18:50:31 +0000 (+0000) Subject: forgot to commit this X-Git-Tag: 1.31.0-rc.0~52299 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=889bd27dd1816d204d4e2284366f94d4bef087af;p=lhc%2Fweb%2Fwiklou.git forgot to commit this --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e7d297978c..cf94916cb4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2551,6 +2551,11 @@ $wgAjaxExportList = array( ); */ $wgAjaxWatch = true; +/** + * Enable AJAX check for file overwrite, pre-upload + */ +$wgAjaxUploadDestCheck = true; + /** * Allow DISPLAYTITLE to change title display */