Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/RedirectResponse.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
85 $this->setContent( | 85 $this->setContent( |
86 sprintf('<!DOCTYPE html> | 86 sprintf('<!DOCTYPE html> |
87 <html> | 87 <html> |
88 <head> | 88 <head> |
89 <meta charset="UTF-8" /> | 89 <meta charset="UTF-8" /> |
90 <meta http-equiv="refresh" content="1;url=%1$s" /> | 90 <meta http-equiv="refresh" content="0;url=%1$s" /> |
91 | 91 |
92 <title>Redirecting to %1$s</title> | 92 <title>Redirecting to %1$s</title> |
93 </head> | 93 </head> |
94 <body> | 94 <body> |
95 Redirecting to <a href="%1$s">%1$s</a>. | 95 Redirecting to <a href="%1$s">%1$s</a>. |