From 792c8555fc31f023d1d7def887585bc63879f86f Mon Sep 17 00:00:00 2001 From: Huji Date: Thu, 3 Jan 2008 17:46:37 +0000 Subject: [PATCH] Updating MAX_FILE_SIZE to match with the 2MB default of php.ini (it was 1.91MB). --- includes/SpecialImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index 882363c6c3..19df38f0d1 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -95,7 +95,7 @@ function wfSpecialImport( $page = '' ) {
- +
-- 2.20.1