whitespace in error.php
This commit is contained in:
parent
347f74d650
commit
2cf50ea432
@ -72,7 +72,7 @@ class ErrorAction extends Action
|
|||||||
$status_string = $this->status[$this->code];
|
$status_string = $this->status[$this->code];
|
||||||
header('HTTP/1.1 '.$this->code.' '.$status_string);
|
header('HTTP/1.1 '.$this->code.' '.$status_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display content.
|
* Display content.
|
||||||
*
|
*
|
||||||
@ -97,11 +97,11 @@ class ErrorAction extends Action
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPage()
|
function showPage()
|
||||||
{
|
{
|
||||||
parent::showPage();
|
parent::showPage();
|
||||||
|
|
||||||
// We don't want to have any more output after this
|
// We don't want to have any more output after this
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user