mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
@@ -287,7 +287,6 @@ class YiiRequirementChecker
|
||||
$minCheckResult = true;
|
||||
}
|
||||
if ($max !== null) {
|
||||
var_dump($postMaxSize, $uploadMaxFileSize, $max);
|
||||
$maxCheckResult = $this->compareByteSize($postMaxSize, $max, '<=') && $this->compareByteSize($uploadMaxFileSize, $max, '<=');
|
||||
} else {
|
||||
$maxCheckResult = true;
|
||||
|
||||
Reference in New Issue
Block a user