Merge "Clear cached HTML artifacts"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index fb31249..7d0f108 100644 (file)
@@ -7471,13 +7471,6 @@ $wgAutoloadAttemptLowercase = true;
  */
 $wgExtensionCredits = [];
 
-/**
- * Authentication plugin.
- * @var $wgAuth AuthPlugin
- * @deprecated since 1.27 use $wgAuthManagerConfig instead
- */
-$wgAuth = null;
-
 /**
  * Global list of hooks.
  *