X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/8989532d3de45b196373107c7a812a68ac0ff2d9:/StartProfiler.php..d75ce11339b35963b5f8c3d53190819c1c025716:/StartProfiler.sample?ds=inline diff --git a/StartProfiler.php b/StartProfiler.sample similarity index 81% rename from StartProfiler.php rename to StartProfiler.sample index 3fcf69e6..f91aeb92 100644 --- a/StartProfiler.php +++ b/StartProfiler.sample @@ -3,7 +3,8 @@ require_once( dirname(__FILE__).'/includes/ProfilerStub.php' ); /** - * To use a profiler, delete the line above and add something like this: + * To use a profiler, copy this file to StartProfiler.php, + * delete the PHP line above, and add something like this: * * require_once( dirname(__FILE__).'/includes/Profiler.php' ); * $wgProfiler = new Profiler;