git-svn-id: http://xe-core.googlecode.com/svn/trunk@244 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 07:34:11 +00:00
parent bd1aa25eb6
commit 0b00b8348b
9 changed files with 120 additions and 26 deletions

View file

@ -19,6 +19,11 @@
* @brief 스팸필터의 설정 화면
**/
function dispConfig() {
// 설정 정보를 받아옴 (module model 객체를 이용)
$oModuleModel = &getModel('module');
$config = $oModuleModel->getModuleConfig('spamfilter');
Context::set('config',$config);
// 템플릿 파일 지정
$this->setTemplateFile('index');
}