Correct upload path
This commit is contained in:
parent
768064ceb1
commit
5ab3d524c9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $wgScriptPath = getenv("WG_SCRIPT_PATH");
|
||||||
|
|
||||||
$wgServer = getenv("WG_SERVER");
|
$wgServer = getenv("WG_SERVER");
|
||||||
|
|
||||||
$wgUploadPath = getenv("MEDIAWIKI_UPLOAD_PATH");
|
$wgUploadPath = getenv("WG_UPLOAD_PATH");
|
||||||
|
|
||||||
# Article path
|
# Article path
|
||||||
$wgArticlePath = "/wiki/$1";
|
$wgArticlePath = "/wiki/$1";
|
||||||
|
|
Loading…
Reference in a new issue