diff options
Diffstat (limited to 'maintenance/stats.php')
-rw-r--r-- | maintenance/stats.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maintenance/stats.php b/maintenance/stats.php index dc8d4b05..9c16e12d 100644 --- a/maintenance/stats.php +++ b/maintenance/stats.php @@ -1,4 +1,11 @@ <?php +/** + * Show statistics from memcached + * + * @file + * @ingroup Maintenance + */ + require_once('commandLine.inc'); if( get_class( $wgMemc ) == 'FakeMemCachedClient' ) { |