We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a4519 commit 7f38259Copy full SHA for 7f38259
lib/base.php
@@ -363,7 +363,7 @@ private static function printUpgradePage(\OC\SystemConfig $systemConfig): void {
363
364
$redirectUpgradePage = $systemConfig->getValue('redirect_upgradepage_to_location', null);
365
if ($redirectUpgradePage !== null) {
366
- http_response_code(307);
+ http_response_code(302);
367
header('X-Nextcloud-needsDbUpgrade: 1');
368
header("Location: ${redirectUpgradePage}#" . time());
369
die();
0 commit comments