Small entrypoint fixes

This commit is contained in:
paul 2021-01-12 12:37:43 +01:00
parent 56cfaac694
commit b581d320eb
3 changed files with 17 additions and 5 deletions

View file

@ -10,7 +10,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = getenv("WG_SITE_NAME");
$wgSitename = getenv("WG_SITENAME");
$wgMetaNamespace = "Meta";
$wgScriptPath = getenv("WG_SCRIPT_PATH");