Merge "(bug 39635) PostgreSQL has no LOCK IN SHARE MODE"
[lhc/web/wiklou.git] / maintenance / benchmarks / benchmarkPurge.php
index f9d3454..4d36d26 100644 (file)
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @file
- * @ingroup Maintenance
+ * @ingroup Benchmark
  */
 
-require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
+require_once( __DIR__ . '/Benchmarker.php' );
 
 class BenchmarkPurge extends Benchmarker {