* Handle fallbacks too in extension aliases
[lhc/web/wiklou.git] / maintenance / clear_stats.php
index 00cfd0c..65b4097 100644 (file)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * @file
+ * @ingroup Maintenance
+ */
+
 require_once('commandLine.inc');
 
 foreach ( $wgLocalDatabases as $db ) {
@@ -28,4 +33,4 @@ function noisyDelete( $key ) {
        }*/
        $wgMemc->delete($key);
 }
-?>
+