#1051 license 동의 절차 추가

This commit is contained in:
bnu 2014-12-01 16:21:34 +09:00
parent 8f0056b659
commit e3e1babcb1
12 changed files with 136 additions and 14 deletions

View file

@ -79,6 +79,17 @@ class installView extends install
$this->setTemplateFile('introduce');
}
/**
* @brief License agreement
*/
function dispInstallLicenseAgreement()
{
$this->setTemplateFile('license_agreement');
$lang_type = Context::getLangType();
Context::set('lang_type', $lang_type);
}
/**
* @brief Display messages about installation environment
*/