Add MobileFrontend support and fix issues spotted during PR review :D

coop-cloud/mediawiki#31
This commit is contained in:
2023-05-30 23:46:40 +02:00
parent b78c20fe41
commit e2ca6b6df4
5 changed files with 31 additions and 10 deletions

View File

@ -5,4 +5,6 @@ max_file_uploads = 1000
{{ if eq (env "MEDIAWIKI_DEBUG") "0" }}
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
{{ else }}
error_reporting = E_ALL
{{ end }}