Revert - didn't mean to commit this!
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Jan 2009 21:11:55 +0000 (21:11 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 7 Jan 2009 21:11:55 +0000 (21:11 +0000)
StartProfiler.php

index 6de8d52..3fcf69e 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
-require_once(  dirname(__FILE__).'/includes/Profiler.php' );
-$wgProfiler = new Profiler;
+require_once( dirname(__FILE__).'/includes/ProfilerStub.php' );
 
 /**
  * To use a profiler, delete the line above and add something like this: