]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed
authorBrion Vibber <brion@pobox.com>
Wed, 26 Jan 2011 23:49:57 +0000 (15:49 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 26 Jan 2011 23:49:57 +0000 (15:49 -0800)
commit54e98ffe222014d6165d0ca0d0eb31163feaea60
tree6e23de1320bf0103ccc185f7fa6fc25ab667cfda
parent625405910f6bd9dbf903af91235af40f57061aa1
Fix ticket #3013: MAX_FILE_SIZE hidden fields were incorrectly placed

In order to apply to PHP's POST processing, the MAX_FILE_SIZE field must appear *before* the file upload field. They were incorrectly placed after, where they had no effect on POST processing.
actions/avatarsettings.php
actions/designadminpanel.php
actions/grouplogo.php
lib/applicationeditform.php
lib/designsettings.php
lib/noticeform.php
plugins/MobileProfile/MobileProfilePlugin.php