*Replace crappy BeforeWatchlist hook
[lhc/web/wiklou.git] / StartProfiler.php
index 2a35167..3fcf69e 100644 (file)
@@ -1,9 +1,6 @@
 <?php
 
-#require_once( dirname(__FILE__).'/includes/ProfilerStub.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: