Skip to content
Snippets Groups Projects
Commit 7db4e8b7 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live...

#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages
parent 92d95333
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -590,6 +590,7 @@ function drupal_install_fix_file($file, $mask, $message = TRUE) {
function install_goto($path) {
global $base_url;
header('Location: '. $base_url .'/'. $path);
header('Cache-Control: no-cache'); // Not a permanent redirect.
exit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment