oss 直传
分片上传
This commit is contained in:
+3
-4
@@ -4,10 +4,9 @@
|
||||
|
||||
$issues = array();
|
||||
|
||||
// Temporarily disabled for testing
|
||||
// if (!(PHP_VERSION_ID >= 80100)) {
|
||||
// $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
|
||||
// }
|
||||
if (!(PHP_VERSION_ID >= 80100)) {
|
||||
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
|
||||
}
|
||||
|
||||
if ($issues) {
|
||||
if (!headers_sent()) {
|
||||
|
||||
Reference in New Issue
Block a user