X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=profileinfo.php;h=8120599e02f0a879a25df08b980dfa910f30eec9;hb=40aceb644ed8ee62122486fb7af3f9a4f7a1c83f;hp=f18dfbff8e4e4b11e04121532bf93dfcfbf891cc;hpb=9e14eae8bc4961ca998683a1b34c215026add11d;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index f18dfbff8e..8120599e02 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -28,7 +28,7 @@ ini_set( 'zlib.output_compression', 'off' ); $wgEnableProfileInfo = $wgProfileToDatabase = false; -require ( __DIR__ . '/includes/WebStart.php' ); +require __DIR__ . '/includes/WebStart.php'; header( 'Content-Type: text/html; charset=utf-8' );