X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=profileinfo.php;h=aed2447c238f8b5a7e211582f5d06c6ed7da9bd2;hp=dccdd38ff6a1ca01d8585b07936fa87053b41481;hb=9c7f6734c397a954b8eaa5ec73876f2b4bf92afb;hpb=9e81610fb132601c6c079f96334df568676a23ee diff --git a/profileinfo.php b/profileinfo.php index dccdd38ff6..aed2447c23 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'; @@ -176,6 +178,7 @@ if ( isset( $_REQUEST['expand'] ) ) { $expand[$f] = true; } } +wfDeprecated( 'profileinfo.php', '1.34' ); // phpcs:ignore Squiz.Classes.ValidClassName.NotCamelCaps class profile_point {