Correct upload path

This commit is contained in:
paul 2021-01-18 02:12:13 +01:00
parent 768064ceb1
commit 5ab3d524c9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $wgScriptPath = getenv("WG_SCRIPT_PATH");
$wgServer = getenv("WG_SERVER");
$wgUploadPath = getenv("MEDIAWIKI_UPLOAD_PATH");
$wgUploadPath = getenv("WG_UPLOAD_PATH");
# Article path
$wgArticlePath = "/wiki/$1";