#13 Обновить mediawiki (#14)

Closes #13
Closes #12
Closes #11

Reviewed-on: #14
Co-authored-by: stuzer05 <stuzer05@stuzer.link>
Co-committed-by: stuzer05 <stuzer05@stuzer.link>
This commit is contained in:
2023-09-10 21:32:29 +03:00
committed by スツゼル
parent 21d966995c
commit b4b6eaf3db
2 changed files with 12 additions and 9 deletions

View File

@ -271,6 +271,9 @@ $wgPFEnableStringFunctions = true;
//$wgMpdfTab = true;
$wgMpdfToolboxLink = true;
// Global css wasn't loading on login page
$wgAllowSiteCSSOnRestrictedPages = true;
// $wgObjectCaches['redis'] = [
// 'class' => 'RedisBagOStuff',
// 'servers' => [ '127.0.0.1:6379' ],