Remove unused local variable
Change-Id: I93ce25fe158f7a82ade102953d6a2453620b7e0e
This commit is contained in:
parent
c6601cfa0c
commit
751e70d1f8
1 changed files with 2 additions and 2 deletions
|
|
@ -218,12 +218,12 @@ class WebInstallerOutput {
|
|||
|
||||
public function outputHeader() {
|
||||
$this->headerDone = true;
|
||||
$dbTypes = $this->parent->getDBTypes();
|
||||
|
||||
$this->parent->request->response()->header( 'Content-Type: text/html; charset=utf-8' );
|
||||
|
||||
if ( !$this->allowFrames ) {
|
||||
$this->parent->request->response()->header( 'X-Frame-Options: DENY' );
|
||||
}
|
||||
|
||||
if ( $this->redirectTarget ) {
|
||||
$this->parent->request->response()->header( 'Location: ' . $this->redirectTarget );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue