Disable Mpdf extension

This commit is contained in:
Illya Marchenko 2024-04-17 21:16:31 +03:00
parent fbe2387e40
commit 885b6ef7ac
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

View File

@ -179,7 +179,7 @@ $extensions = [
// "EmbedVideo", // "EmbedVideo",
"UserFunctions", "UserFunctions",
"DynamicSidebar", "DynamicSidebar",
"Mpdf", //"Mpdf",
"Elastica", "Elastica",
"CirrusSearch", "CirrusSearch",
"AdvancedSearch", "AdvancedSearch",
@ -269,7 +269,7 @@ $wgUFAllowedNamespaces = [
$wgPFEnableStringFunctions = true; $wgPFEnableStringFunctions = true;
//$wgMpdfTab = true; //$wgMpdfTab = true;
$wgMpdfToolboxLink = true; //$wgMpdfToolboxLink = true;
// Global css wasn't loading on login page // Global css wasn't loading on login page
$wgAllowSiteCSSOnRestrictedPages = true; $wgAllowSiteCSSOnRestrictedPages = true;