File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
apps/settings/composer/composer Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 9191 'OCA \\Settings \\SetupChecks \\LegacySSEKeyFormat ' => $ baseDir . '/../lib/SetupChecks/LegacySSEKeyFormat.php ' ,
9292 'OCA \\Settings \\SetupChecks \\MaintenanceWindowStart ' => $ baseDir . '/../lib/SetupChecks/MaintenanceWindowStart.php ' ,
9393 'OCA \\Settings \\SetupChecks \\MemcacheConfigured ' => $ baseDir . '/../lib/SetupChecks/MemcacheConfigured.php ' ,
94+ 'OCA \\Settings \\SetupChecks \\OverwriteCliUrl ' => $ baseDir . '/../lib/SetupChecks/OverwriteCliUrl.php ' ,
9495 'OCA \\Settings \\SetupChecks \\PhpDefaultCharset ' => $ baseDir . '/../lib/SetupChecks/PhpDefaultCharset.php ' ,
9596 'OCA \\Settings \\SetupChecks \\PhpFreetypeSupport ' => $ baseDir . '/../lib/SetupChecks/PhpFreetypeSupport.php ' ,
9697 'OCA \\Settings \\SetupChecks \\PhpGetEnv ' => $ baseDir . '/../lib/SetupChecks/PhpGetEnv.php ' ,
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ class ComposerStaticInitSettings
106106 'OCA \\Settings \\SetupChecks \\LegacySSEKeyFormat ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/LegacySSEKeyFormat.php ' ,
107107 'OCA \\Settings \\SetupChecks \\MaintenanceWindowStart ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/MaintenanceWindowStart.php ' ,
108108 'OCA \\Settings \\SetupChecks \\MemcacheConfigured ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/MemcacheConfigured.php ' ,
109+ 'OCA \\Settings \\SetupChecks \\OverwriteCliUrl ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/OverwriteCliUrl.php ' ,
109110 'OCA \\Settings \\SetupChecks \\PhpDefaultCharset ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/PhpDefaultCharset.php ' ,
110111 'OCA \\Settings \\SetupChecks \\PhpFreetypeSupport ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/PhpFreetypeSupport.php ' ,
111112 'OCA \\Settings \\SetupChecks \\PhpGetEnv ' => __DIR__ . '/.. ' . '/../lib/SetupChecks/PhpGetEnv.php ' ,
You can’t perform that action at this time.
0 commit comments