7 lines
220 B
PHP
7 lines
220 B
PHP
|
|
# Paste the contents of the downloaded LocalSettings.php before this line
|
|
# 将下载的 LocalSettings.php 的内容粘贴到此行之前
|
|
$wgScriptPath = "";
|
|
$wgArticlePath = "/$1";
|
|
$wgResourceBasePath = $wgScriptPath;
|