행위

수업자료 1-3 LocalSetting 추가

KHS DH wiki

Hyunseung (토론 | 기여)님의 2022년 10월 3일 (월) 16:58 판 (새 문서: <pre> # End of automatically generated settings. # Add more configuration options below. 이 아래에 밑의 내용을 복사·붙여넣기 한다. </pre> {{글상자 |color=#e...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
# End of automatically generated settings.
# Add more configuration options below.

 이 아래에 밑의 내용을 복사·붙여넣기 한다.
 


# File extensions to upload
$wgEnableUploads = true;
$wgFileExtensions = array('png', 'gif', 'jpg', 'jpeg', 'pdf', 'xlsx', 'xls', 'hwp', 'zip', 'ppt', 'odt', 'tif', 'ogg', 'swf');
# added by 이름 on 2022.09.21.


# Enabling HTML code
$wgRawHtml = true; 
# added by 이름 on 2022.09.21.


# Setting to open external links in a new window / tab.
$wgExternalLinkTarget = '_blank';
# added by 이름 on 2022.09.21.


# If there is an error, the detailed error code is displayed.
$wgShowExceptionDetails = true;
# added by 이름 on 2021.09.21.