X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=fab10fe5d22b456844c1d9128bfc56e9b749f51e;hb=cfda5e7efa0c1de64fe4036eb56f8b90c081c87f;hp=405d35e695d89059e1ff9f7a3a15cb839f0e560c;hpb=9c820c92220ad94fae45169490aa0e6301e4d36c;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 405d35e695..fab10fe5d2 100644 --- a/autoload.php +++ b/autoload.php @@ -166,8 +166,6 @@ $wgAutoloadLocalClasses = [ 'AttachLatest' => __DIR__ . '/maintenance/attachLatest.php', 'AugmentPageProps' => __DIR__ . '/includes/search/AugmentPageProps.php', 'AuthManagerSpecialPage' => __DIR__ . '/includes/specialpage/AuthManagerSpecialPage.php', - 'AuthPlugin' => __DIR__ . '/includes/AuthPlugin.php', - 'AuthPluginUser' => __DIR__ . '/includes/AuthPlugin.php', 'AutoCommitUpdate' => __DIR__ . '/includes/deferred/AutoCommitUpdate.php', 'AutoLoader' => __DIR__ . '/includes/AutoLoader.php', 'AutoloadGenerator' => __DIR__ . '/includes/utils/AutoloadGenerator.php',