X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FshowSiteStats.php;h=1adb13ef41cda4b073a3c1a88232f4ba92932710;hb=520b167979260edf2cee41842e526ec985c37f92;hp=5a151651d65c9bb295493fa4f5ec9230a5051475;hpb=61898ad28ed69c5b391eb43e0db9386279b9612c;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;