summaryrefslogtreecommitdiff
path: root/maintenance/clear_stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/clear_stats.php')
-rw-r--r--maintenance/clear_stats.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintenance/clear_stats.php b/maintenance/clear_stats.php
index 5c1dce97..4cacd74c 100644
--- a/maintenance/clear_stats.php
+++ b/maintenance/clear_stats.php
@@ -1,4 +1,11 @@
<?php
+/**
+ * This script remove all statistics tracking from memcached
+ *
+ * @file
+ * @ingroup Maintenance
+ */
+
require_once('commandLine.inc');
foreach ( $wgLocalDatabases as $db ) {