Skip to content

Commit

Permalink
Fixed bug_file_upload_inc to user .
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@831 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Apr 2, 2002
1 parent 34a67b5 commit 92fb306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bug_file_upload_inc.php
Expand Up @@ -26,7 +26,7 @@
</td>
<td width="85%">
<input type="hidden" name="f_id" value="<?php echo $f_id ?>">
<input type="hidden" name="max_file_size" value="5000000">
<input type="hidden" name="max_file_size" value="<?php echo $g_max_file_size ?>">
<input name="f_file" type="file" size="60">
<input type="submit" value="<?php echo $s_upload_file_button ?>">
</td>
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -11,6 +11,7 @@ Mantis
* Fixed # bug links in emails.
* Fixed bugnote update to redirect properly after update.
* Fixed bugnote update to check for proper access.
* Fixed bug_file_upload_inc to user $g_max_file_size.
* Modified accounts so that protected accounts are not accessible by the user.
* Modified report page formating.
* Modified file size reports to show up as bytes.
Expand Down

0 comments on commit 92fb306

Please sign in to comment.