From 5242f3918ef471a9a8ad50c27240e2ae65e5cca9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 24 Mar 2014 11:08:24 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20SMS5=20=EC=84=A4?= =?UTF-8?q?=EC=B9=98=ED=99=94=EB=A9=B4=20=EB=A7=88=ED=81=AC=EC=97=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/sms_admin/config.php | 2 +- adm/sms_admin/css/sms5.css | 6 ++++++ adm/sms_admin/install.php | 10 ++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/adm/sms_admin/config.php b/adm/sms_admin/config.php index d6a3cb87f..0bd8be13d 100644 --- a/adm/sms_admin/config.php +++ b/adm/sms_admin/config.php @@ -11,7 +11,7 @@ if (!$config['cf_icode_server_port']) $config['cf_icode_server_port'] = '7295'; if ($config['cf_icode_id'] && $config['cf_icode_pw']) { - $res = get_sock("http://www.icodekorea.com/res/userinfo.php?userid=".$config['cf_icode_id']."&userpw=".$config['cf_icode_pw']); + $res = get_sock("http://www.icodekorea.com/res/userinfo.php?userid=".$config['cf_icode_id']."&userpw=".$config['cf_icode_pw']); $res = explode(';', $res); $userinfo = array( 'code' => $res[0], // 결과코드 diff --git a/adm/sms_admin/css/sms5.css b/adm/sms_admin/css/sms5.css index 3677b3f6a..01bb59731 100644 --- a/adm/sms_admin/css/sms5.css +++ b/adm/sms_admin/css/sms5.css @@ -1,6 +1,12 @@ @charset "utf-8"; /* SIR 지운아빠 */ +/* 설치 */ +#sms5_install {padding:20px 20px 0} +#sms5_install h2 {margin:0;padding:0 0 20px} +#sms5_install ol {margin:0 0 20px;padding:0 0 0 20px} +#sms5_install li {margin:0 0 10px} + /* 공통 */ .sms5_txt_success {color:blue} .sms5_txt_fail {color:red} diff --git a/adm/sms_admin/install.php b/adm/sms_admin/install.php index e420dd7c4..0d31874e4 100644 --- a/adm/sms_admin/install.php +++ b/adm/sms_admin/install.php @@ -31,17 +31,15 @@ if( isset($g5['sms5_config_table']) && sql_query(" DESCRIBE {$g5['sms5_config_ta } ?> -
-

SMS5 설치가 시작되었습니다.

+
    +
  1. SMS5 설치가 시작되었습니다.
  2. 전체 테이블 생성중
  3. -
  4. DB설정 중
  5. -
-

+

document.getElementById('sms5_job_02').innerHTML='DB설정 완료' flush(); usleep(50000); //------------------------------------------------------------------------------------------------- -echo ""; +echo ""; flush(); usleep(50000); ?>