Small entrypoint fixes
This commit is contained in:
parent
56cfaac694
commit
b581d320eb
3 changed files with 17 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue