12 lines
		
	
	
		
			357 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			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'
 | 
						|
] );
 |