File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
apps/settings/lib/AppInfo Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5656use OCA \Settings \SetupChecks \PhpDisabledFunctions ;
5757use OCA \Settings \SetupChecks \PhpFreetypeSupport ;
5858use OCA \Settings \SetupChecks \PhpGetEnv ;
59- use OCA \Settings \SetupChecks \PhpMaxFileSize ;
6059use OCA \Settings \SetupChecks \PhpMemoryLimit ;
6160use OCA \Settings \SetupChecks \PhpModules ;
6261use OCA \Settings \SetupChecks \PhpOpcacheSetup ;
@@ -199,7 +198,7 @@ public function register(IRegistrationContext $context): void {
199198 $ context ->registerSetupCheck (PhpDisabledFunctions::class);
200199 $ context ->registerSetupCheck (PhpFreetypeSupport::class);
201200 $ context ->registerSetupCheck (PhpGetEnv::class);
202- $ context ->registerSetupCheck (PhpMaxFileSize::class);
201+ // Temporarily disabled $context->registerSetupCheck(PhpMaxFileSize::class);
203202 $ context ->registerSetupCheck (PhpMemoryLimit::class);
204203 $ context ->registerSetupCheck (PhpModules::class);
205204 $ context ->registerSetupCheck (PhpOpcacheSetup::class);
You can’t perform that action at this time.
0 commit comments