#19790379 agreement form added

before install, session handeler not use db


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8405 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-05-30 09:31:27 +00:00
parent ae259db337
commit 2cca2a7913
17 changed files with 150 additions and 16 deletions

View file

@ -1,6 +1,12 @@
/**
* @brief DB정보 Setting후 실행될 함수
*/
function completeAgreement(ret_obj)
{
var url = current_url.setQuery('act', 'dispInstallCheckEnv');
location.href = url;
}
function completeDBSetting(ret_obj) {
if(ret_obj['error'] != 0) {
alert(ret_obj['message']);