From 889bd27dd1816d204d4e2284366f94d4bef087af Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 1 Jul 2007 18:50:31 +0000 Subject: [PATCH] forgot to commit this --- includes/DefaultSettings.php | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.20.1