X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=8120599e02f0a879a25df08b980dfa910f30eec9;hb=3631901139f6d4f78811030f97c2ca2f55151ba0;hp=f18dfbff8e4e4b11e04121532bf93dfcfbf891cc;hpb=f3de84430d8e569d9de9302f1855139edb28df03;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' );