Update OOjs UI to v0.1.0-pre (469d40c88f)
[lhc/web/wiklou.git] / StartProfiler.sample
index f55b4d6..db5e0ff 100644 (file)
@@ -1,10 +1,8 @@
 <?php
 
-require_once( dirname( __FILE__ ) . '/includes/profiler/ProfilerStub.php' );
-
 /**
  * To use a profiler, copy this file to StartProfiler.php,
- * delete the PHP line above, and add something like this:
+ * and add something like this:
  *
  *   $wgProfiler['class'] = 'Profiler';
  *
@@ -14,8 +12,6 @@ require_once( dirname( __FILE__ ) . '/includes/profiler/ProfilerStub.php' );
  *   } else {
  *       $wgProfiler['class'] = 'ProfilerStub';
  *   }
- * 
+ *
  * Configuration of the profiler output can be done in LocalSettings.php
  */
-
-