X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=3e65eae350a97afc035b662dab2c60e7e9c28558;hb=760b1e8c3baa03f27900d227faba53842524023f;hp=d61d843f74083c2be1e0818be44661e097a7fd6d;hpb=4f741418fcb0a85f1ccfa3a72e5faa34259b8e53;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index d61d843f74..3e65eae350 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -146,7 +146,7 @@ class WebInstallerOutput { } wfRestoreWarnings(); - if( $dir == 'rtl' ) { + if ( $dir == 'rtl' ) { $css = CSSJanus::transform( $css, true ); } @@ -223,7 +223,7 @@ class WebInstallerOutput { $this->parent->request->response()->header( 'X-Frame-Options: DENY' ); } if ( $this->redirectTarget ) { - $this->parent->request->response()->header( 'Location: '.$this->redirectTarget ); + $this->parent->request->response()->header( 'Location: ' . $this->redirectTarget ); return; }