X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FshowCacheStats.php;h=cd9768d4bb67afd8f1a51b190ff41b8867da6f9e;hb=e517e9be57c455d7ab983d2c01fc9ea9df57cf58;hp=8f2386800e7f500e93714d3cb3aa6bfbdc0a8e46;hpb=d514374a0062202d680af131a8479eace677be70;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/showCacheStats.php b/maintenance/showCacheStats.php index 8f2386800e..cd9768d4bb 100644 --- a/maintenance/showCacheStats.php +++ b/maintenance/showCacheStats.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that shows statistics from the cache. @@ -103,4 +103,4 @@ class ShowCacheStats extends Maintenance { } $maintClass = "ShowCacheStats"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;