compose/mediawiki/LocalSettings.php
2024-12-29 11:08:26 +08:00

7 lines
220 B
PHP

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