mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1133 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e8eabb9f6
commit
a0074e8311
13 changed files with 99 additions and 4 deletions
|
|
@ -18,6 +18,11 @@
|
|||
$oModuleController->insertActionForward('file', 'controller', 'procFileDelete');
|
||||
$oModuleController->insertActionForward('file', 'controller', 'procFileDownload');
|
||||
//$oModuleController->insertActionForward('file', 'controller', 'procFileAdminDeleteChecked');
|
||||
|
||||
// 첨부파일의 기본 설정 저장
|
||||
$config->allowed_filesize = '2';
|
||||
$config->allowed_filetypes = '*.*';
|
||||
$oModuleController->insertModuleConfig('file', $config);
|
||||
|
||||
// file 모듈에서 사용할 디렉토리 생성
|
||||
FileHandler::makeDir('./files/attach/images');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue