"미디어위키 IP 사용자 편집 차단"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
5번째 줄: 5번째 줄:
==개요==
==개요==
미디어위키 폴더에 있는 [[LocalSettings.php]]에 아래 내용을 추가하면 된다.
미디어위키 폴더에 있는 [[LocalSettings.php]]에 아래 내용을 추가하면 된다.
<source lang='php'>
<syntaxhighlight lang='php'>
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['edit'] = false;
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:58 기준 최신판

미디어위키 IP 사용자 편집 차단
미디어위키 비등록 사용자 차단
미디어위키 비로그인 사용자 차단

1 개요[ | ]

미디어위키 폴더에 있는 LocalSettings.php에 아래 내용을 추가하면 된다.

$wgGroupPermissions['*']['edit'] = false;

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}