X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=autoload.php;h=ffd6557f5ddacafa989ff95d0c14b2afc7d3aa1f;hb=f8d7406d49c903eaeccb8882bc99b950acdefafa;hp=41875de43cac344aa10d2dcf7cc1d3d280af6813;hpb=b5d93579cc689629c34b61695d07a938f4a28ce4;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 41875de43c..ffd6557f5d 100644 --- a/autoload.php +++ b/autoload.php @@ -295,6 +295,7 @@ $wgAutoloadLocalClasses = [ 'CreateAndPromote' => __DIR__ . '/maintenance/createAndPromote.php', 'CreateFileOp' => __DIR__ . '/includes/libs/filebackend/fileop/CreateFileOp.php', 'CreditsAction' => __DIR__ . '/includes/actions/CreditsAction.php', + 'CryptRand' => __DIR__ . '/includes/libs/CryptRand.php', 'CssContent' => __DIR__ . '/includes/content/CssContent.php', 'CssContentHandler' => __DIR__ . '/includes/content/CssContentHandler.php', 'CsvStatsOutput' => __DIR__ . '/maintenance/language/StatOutputs.php', @@ -771,7 +772,7 @@ $wgAutoloadLocalClasses = [ 'MWCallableUpdate' => __DIR__ . '/includes/deferred/MWCallableUpdate.php', 'MWContentSerializationException' => __DIR__ . '/includes/content/ContentHandler.php', 'MWCryptHKDF' => __DIR__ . '/includes/utils/MWCryptHKDF.php', - 'MWCryptHash' => __DIR__ . '/includes/utils/MWCryptHash.php', + 'MWCryptHash' => __DIR__ . '/includes/libs/MWCryptHash.php', 'MWCryptRand' => __DIR__ . '/includes/utils/MWCryptRand.php', 'MWDebug' => __DIR__ . '/includes/debug/MWDebug.php', 'MWDocGen' => __DIR__ . '/maintenance/mwdocgen.php',