We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0623dd4 commit 12fc5ebCopy full SHA for 12fc5eb
Extension/Core/Type/FileType.php
@@ -200,11 +200,8 @@ private static function getMaxFilesize()
200
201
switch (substr($iniMax, -1)) {
202
case 't': $max *= 1024;
203
- // no break
204
case 'g': $max *= 1024;
205
206
case 'm': $max *= 1024;
207
208
case 'k': $max *= 1024;
209
}
210
Util/ServerParams.php
@@ -62,11 +62,8 @@ public function getPostMaxSize()
62
63
64
65
66
67
68
69
70
71
72
0 commit comments