Files
compose/mediawiki/LocalSettings.php
2025-09-27 21:22:14 +08:00

12 lines
357 B
PHP

# Paste the contents of the downloaded LocalSettings.php before this line
# 将下载的 LocalSettings.php 的内容粘贴到此行之前
$wgScriptPath = "/wiki";
$wgArticlePath = "/wiki/$1";
$wgResourceBasePath = $wgScriptPath;
$wgFileExtensions = array_merge( $wgFileExtensions, [
'svg', 'apng', 'pdf',
'zip', 'tar.gz', 'tar.xz', 'tar.zst'
] );