X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=load.php;h=f66cd5a8ec630685ca3e8f0faf7cf5ba46b18c08;hb=d3efb28185e84383ee21f77871f592fbe72f4846;hp=8b2390931d1cf28c38829b96e8e729590a506dda;hpb=a9d435fb43f71695b1b4619281c21072d56433d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index 8b2390931d..f66cd5a8ec 100644 --- a/load.php +++ b/load.php @@ -31,7 +31,6 @@ if ( !function_exists( 'version_compare' ) || version_compare( PHP_VERSION, '5.3 require __DIR__ . '/includes/WebStart.php'; -wfProfileIn( 'load.php' ); // URL safety checks if ( !$wgRequest->checkUrlExtension() ) { @@ -44,7 +43,6 @@ $configFactory = ConfigFactory::getDefaultInstance(); $resourceLoader = new ResourceLoader( $configFactory->makeConfig( 'main' ) ); $resourceLoader->respond( new ResourceLoaderContext( $resourceLoader, $wgRequest ) ); -wfProfileOut( 'load.php' ); wfLogProfilingData(); // Shut down the database.