Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2552,6 +2552,11 @@ |
2553 | 2553 | $wgAjaxWatch = true; |
2554 | 2554 | |
2555 | 2555 | /** |
| 2556 | + * Enable AJAX check for file overwrite, pre-upload |
| 2557 | + */ |
| 2558 | +$wgAjaxUploadDestCheck = true; |
| 2559 | + |
| 2560 | +/** |
2556 | 2561 | * Allow DISPLAYTITLE to change title display |
2557 | 2562 | */ |
2558 | 2563 | $wgAllowDisplayTitle = true; |