Disable Mpdf extension
This commit is contained in:
parent
fbe2387e40
commit
885b6ef7ac
@ -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;
|
||||||
|
Reference in New Issue
Block a user