diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default/importNetscape.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default/importNetscape.tpl.php b/data/templates/default/importNetscape.tpl.php index 627a5af..7ed4bb1 100644 --- a/data/templates/default/importNetscape.tpl.php +++ b/data/templates/default/importNetscape.tpl.php @@ -8,7 +8,7 @@ $this->includeTemplate($GLOBALS['top_include']); <tr valign="top"> <th align="left"><?php echo T_('File'); ?></th> <td> - <input type="hidden" name="MAX_FILE_SIZE" value="1024000" /> + <input type="hidden" name="MAX_FILE_SIZE" value="104857600" /> <input type="file" name="userfile" size="50" /> </td> </tr> @@ -47,4 +47,4 @@ $this->includeTemplate($GLOBALS['top_include']); <?php $this->includeTemplate($GLOBALS['bottom_include']); -?>
\ No newline at end of file +?> |