X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=dd27f3d602c26d282e4fed9d33728a77b9aee4a4;hb=d859a4a08d4e08dfbd4146a9540c628da92c1059;hp=cb35ee56fd66165ccb61911bebc66851dde3a186;hpb=e9c41b239cf67cc258f071586ed201d0bd9ee462;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebStart.php b/includes/WebStart.php index cb35ee56fd..dd27f3d602 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -58,8 +58,8 @@ if ( $IP === false ) { $IP = realpath( '.' ) ?: dirname( __DIR__ ); } -# Load the profiler -require_once "$IP/includes/profiler/Profiler.php"; +# Grab profiling functions +require_once "$IP/includes/profiler/ProfilerFunctions.php"; $wgRUstart = wfGetRusage() ?: array(); # Start the autoloader, so that extensions can derive classes from core files