mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Correct line length
This commit is contained in:
parent
3e05ccb9b7
commit
241583858a
@ -220,7 +220,9 @@ class SS_HTTPResponse {
|
||||
"<p>Redirecting to <a href=\"$urlATT\" title=\"Click this link if your browser does not redirect you\">"
|
||||
. "$urlATT... (output started on $file, line $line)</a></p>
|
||||
<meta http-equiv=\"refresh\" content=\"1; url=$urlATT\" />
|
||||
<script type=\"text/javascript\">setTimeout(function(){ window.location.href = \"$urlJS\"; }, 50);</script>";
|
||||
<script type=\"text/javascript\">setTimeout(function(){
|
||||
window.location.href = \"$urlJS\";
|
||||
}, 50);</script>";
|
||||
} else {
|
||||
$line = $file = null;
|
||||
if(!headers_sent($file, $line)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user