mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1134 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0074e8311
commit
e26ab53217
1 changed files with 1 additions and 1 deletions
|
|
@ -14,10 +14,10 @@
|
||||||
// action forward에 등록 (관리자 모드에서 사용하기 위함)
|
// action forward에 등록 (관리자 모드에서 사용하기 위함)
|
||||||
$oModuleController = &getController('module');
|
$oModuleController = &getController('module');
|
||||||
$oModuleController->insertActionForward('file', 'view', 'dispFileAdminList');
|
$oModuleController->insertActionForward('file', 'view', 'dispFileAdminList');
|
||||||
|
$oModuleController->insertActionForward('file', 'view', 'dispFileAdminConfig');
|
||||||
$oModuleController->insertActionForward('file', 'controller', 'procFileUpload');
|
$oModuleController->insertActionForward('file', 'controller', 'procFileUpload');
|
||||||
$oModuleController->insertActionForward('file', 'controller', 'procFileDelete');
|
$oModuleController->insertActionForward('file', 'controller', 'procFileDelete');
|
||||||
$oModuleController->insertActionForward('file', 'controller', 'procFileDownload');
|
$oModuleController->insertActionForward('file', 'controller', 'procFileDownload');
|
||||||
//$oModuleController->insertActionForward('file', 'controller', 'procFileAdminDeleteChecked');
|
|
||||||
|
|
||||||
// 첨부파일의 기본 설정 저장
|
// 첨부파일의 기본 설정 저장
|
||||||
$config->allowed_filesize = '2';
|
$config->allowed_filesize = '2';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue