X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FaddSite.php;h=b0ee96671178cbf98d6fd1585d05af7a3c9fcaef;hb=cc41773f61c23b922fe4cfc513b105ec4d32eeec;hp=04158aee7adab429433cae3bcd910657f5a8360c;hpb=17e88d99eb768e4181207bbd35656d239ef5d4e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/addSite.php b/maintenance/addSite.php index 04158aee7a..b0ee966711 100644 --- a/maintenance/addSite.php +++ b/maintenance/addSite.php @@ -11,7 +11,7 @@ require_once $basePath . '/maintenance/Maintenance.php'; * * @since 1.29 * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later * @author Florian Schmidt */ class AddSite extends Maintenance { @@ -88,5 +88,5 @@ class AddSite extends Maintenance { } } -$maintClass = 'AddSite'; +$maintClass = AddSite::class; require_once RUN_MAINTENANCE_IF_MAIN;