X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FshowSiteStats.php;h=1adb13ef41cda4b073a3c1a88232f4ba92932710;hb=e6e932d9df9fcd2369822852c1453de2fc3d93be;hp=5a151651d65c9bb295493fa4f5ec9230a5051475;hpb=e968a1f431ad058dcb14adb2757bde5664b99a79;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/showSiteStats.php b/maintenance/showSiteStats.php index 5a151651d6..1adb13ef41 100644 --- a/maintenance/showSiteStats.php +++ b/maintenance/showSiteStats.php @@ -26,7 +26,7 @@ * @author Brion Vibber * @author Rob Church * - * @license GNU General Public License 2.0 or later + * @license GPL-2.0-or-later */ require_once __DIR__ . '/Maintenance.php'; @@ -74,5 +74,5 @@ class ShowSiteStats extends Maintenance { } } -$maintClass = "ShowSiteStats"; +$maintClass = ShowSiteStats::class; require_once RUN_MAINTENANCE_IF_MAIN;