X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=load.php;h=f66cd5a8ec630685ca3e8f0faf7cf5ba46b18c08;hb=7c52c9265be1a3e3a4183515f4da7e189b321a88;hp=8b2390931d1cf28c38829b96e8e729590a506dda;hpb=885a8bdc47e6f5b9add4d5ddcb9c63a2d95e3a70;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.