mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#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:
parent
ae259db337
commit
2cca2a7913
17 changed files with 150 additions and 16 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue