r29222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29221‎ | r29222 | r29223 >
Date:17:46, 3 January 2008
Author:huji
Status:old
Tags:
Comment:
Updating MAX_FILE_SIZE to match with the 2MB default of php.ini (it was 1.91MB).
Modified paths:
  • /trunk/phase3/includes/SpecialImport.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialImport.php
@@ -95,7 +95,7 @@
9696 <form enctype='multipart/form-data' method='post' action=\"$action\">
9797 <input type='hidden' name='action' value='submit' />
9898 <input type='hidden' name='source' value='upload' />
99 - <input type='hidden' name='MAX_FILE_SIZE' value='2000000' />
 99+ <input type='hidden' name='MAX_FILE_SIZE' value='2097152' />
100100 <input type='file' name='xmlimport' value='' size='30' />
101101 <input type='submit' value=\"" . wfMsgHtml( "uploadbtn" ) . "\" />
102102 </form>

Status & tagging log