X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=189855e82ccd946b03fbe2904c103d61cb2ac883;hb=ae69acacf567077b3f49d1fe6c3f3770e72a9093;hp=47fb73e1435663292b98172fcbc5797a2a052805;hpb=f63acd735cfc9e12aa6e33d0b81bbc3718a4fe4f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 47fb73e143..189855e82c 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -827,10 +827,5 @@ if ( !defined( 'MW_NO_SESSION' ) && !$wgCommandLineMode ) { wfDebug( "Fully initialised\n" ); $wgFullyInitialised = true; -// T125455 -if ( !defined( 'MW_NO_SESSION' ) && !$wgCommandLineMode ) { - MediaWiki\Session\SessionManager::singleton()->checkIpLimits(); -} - Profiler::instance()->scopedProfileOut( $ps_extensions ); Profiler::instance()->scopedProfileOut( $ps_setup );