X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=profileinfo.php;h=7b652b74d5d0cc42a61272ed7c5b96df0e38551c;hb=e75daacd8e210b5699120c00a1fa0e0548faf967;hp=dccdd38ff6a1ca01d8585b07936fa87053b41481;hpb=3f815798a15af8ca73198b9b5d7af1b29e703a41;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index dccdd38ff6..7b652b74d5 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -40,6 +40,8 @@ // details of the session. Enforce this constraint with respect to session use. define( 'MW_NO_SESSION', 1 ); +define( 'MW_ENTRY_POINT', 'profileinfo' ); + ini_set( 'zlib.output_compression', 'off' ); require __DIR__ . '/includes/WebStart.php';