Revert "Adding sanity check to Title::isRedirect()."
[lhc/web/wiklou.git] / StartProfiler.sample
index f55b4d6..6bce634 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';
  *