From 744d4983e5c7b61bf2f3cd9e0bd6e617635b41ae Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 24 Dec 2013 17:24:02 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=95=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/css/admin.css b/css/admin.css index b2bbdd025..7feaa9c6a 100644 --- a/css/admin.css +++ b/css/admin.css @@ -665,12 +665,12 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} .sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto} .sv_nojs .sv {display:block} -/* pagination */ -.pg_wrap {clear:both;margin:0 0 20px;padding-top:20px;text-align:center} -.pg {display:inline-block;border:1px solid #ddd;letter-spacing:-4px} -.pg a:focus, .pg a:hover, .pg a:active {text-decoration:none} -.pg_page, .pg_current {display:inline-block;padding:0 12px;height:30px;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle} -.pg_page {background:#f9f9f9;text-decoration:none} -.pg_start, .pg_prev {border-right:1px solid #ddd} -.pg_end, .pg_next {border-left:1px solid #ddd} -.pg_current {background:#444;color:#fff;font-weight:bold} +/* 페이징 */ +.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center} +.pg {} +.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle} +.pg a:focus, .pg a:hover {text-decoration:none} +.pg_page {background:#e4eaec;text-decoration:none} +.pg_start, .pg_prev {/* 이전 */} +.pg_end, .pg_next {/* 다음 */} +.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal} From 6ede63da73e8a88cb31716f0a12c9e96f74b2fb7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 26 Dec 2013 09:15:51 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EC=9D=B8=EC=A6=9D=20?= =?UTF-8?q?=EB=A7=88=ED=81=AC=EC=97=85=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95,=20=EB=A7=88=EC=8B=9C=EC=A9=A1=EB=8B=98=20=EC=A0=9C?= =?UTF-8?q?=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/register_email.php b/bbs/register_email.php index db4199270..1a47e9aa5 100644 --- a/bbs/register_email.php +++ b/bbs/register_email.php @@ -29,7 +29,7 @@ include_once('./_head.php'); -
+
From 21690080829f0d209125cd3e97e2c0505f981cbb Mon Sep 17 00:00:00 2001 From: kagla Date: Thu, 26 Dec 2013 16:52:46 +0900 Subject: [PATCH 3/5] =?UTF-8?q?session=5Fsave=5Fpath=20=EB=A5=BC=20config.?= =?UTF-8?q?php=20=EC=97=90=EC=84=9C=20=EC=88=98=EC=A0=95=ED=95=A0=EC=88=98?= =?UTF-8?q?=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 2 +- config.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common.php b/common.php index 7af3a8604..82847dfc6 100644 --- a/common.php +++ b/common.php @@ -144,7 +144,7 @@ if (file_exists($dbconfig_file)) { @ini_set("session.use_trans_sid", 0); // PHPSESSID를 자동으로 넘기지 않음 @ini_set("url_rewriter.tags",""); // 링크에 PHPSESSID가 따라다니는것을 무력화함 (해뜰녘님께서 알려주셨습니다.) -session_save_path(G5_DATA_PATH.'/session'); +session_save_path(G5_SESSION_PATH); if (isset($SESSION_CACHE_LIMITER)) @session_cache_limiter($SESSION_CACHE_LIMITER); diff --git a/config.php b/config.php index 8d37b4ca9..d4ad12e70 100644 --- a/config.php +++ b/config.php @@ -56,6 +56,7 @@ define('G5_KCPCERT_DIR', 'kcpcert'); define('G5_SNS_DIR', 'sns'); define('G5_SYNDI_DIR', 'syndi'); define('G5_PHPMAILER_DIR', 'PHPMailer_v2.0.4'); +define('G5_SESSION_DIR', 'session'); // URL 은 브라우저상에서의 경로 (도메인으로 부터의) if (G5_DOMAIN) { @@ -98,6 +99,7 @@ define('G5_LIB_PATH', G5_PATH.'/'.G5_LIB_DIR); define('G5_PLUGIN_PATH', G5_PATH.'/'.G5_PLUGIN_DIR); define('G5_SKIN_PATH', G5_PATH.'/'.G5_SKIN_DIR); define('G5_MOBILE_PATH', G5_PATH.'/'.G5_MOBILE_DIR); +define('G5_SESSION_PATH', G5_DATA_PATH.'/'.G5_SESSION_DIR); define('G5_CAPTCHA_PATH', G5_PLUGIN_PATH.'/'.G5_CAPTCHA_DIR); define('G5_EDITOR_PATH', G5_PLUGIN_PATH.'/'.G5_EDITOR_DIR); define('G5_OKNAME_PATH', G5_PLUGIN_PATH.'/'.G5_OKNAME_DIR); From 947571dcf3b3e9fcbcc635d2338135ad4a9cc5da Mon Sep 17 00:00:00 2001 From: kagla Date: Thu, 26 Dec 2013 16:53:12 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EC=8B=A4=ED=96=89=EA=B6=8C=ED=95=9C=20?= =?UTF-8?q?=ED=8D=BC=EB=AF=B8=EC=85=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcpcert/bin/ct_cli | Bin 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 plugin/kcpcert/bin/ct_cli diff --git a/plugin/kcpcert/bin/ct_cli b/plugin/kcpcert/bin/ct_cli old mode 100644 new mode 100755 From eb703318ceb17494849daa94a0f569a65058509f Mon Sep 17 00:00:00 2001 From: kagla Date: Thu, 26 Dec 2013 16:54:07 +0900 Subject: [PATCH 5/5] =?UTF-8?q?dn=5Fhash=20=EB=B3=80=EC=A1=B0=20=EC=9C=84?= =?UTF-8?q?=ED=97=98=EC=9E=88=EC=9D=8C=20(".G5=5FKCPCERT=5FPATH."/bin/ct?= =?UTF-8?q?=5Fcli=20=ED=8C=8C=EC=9D=BC=EC=97=90=20=EC=8B=A4=ED=96=89?= =?UTF-8?q?=EA=B6=8C=ED=95=9C=EC=9D=B4=20=EC=9E=88=EB=8A=94=EC=A7=80=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=ED=95=98=EC=84=B8=EC=9A=94.)=20=EB=A1=9C=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcpcert/kcpcert_result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/kcpcert/kcpcert_result.php b/plugin/kcpcert/kcpcert_result.php index d90b3d701..fb642a557 100644 --- a/plugin/kcpcert/kcpcert_result.php +++ b/plugin/kcpcert/kcpcert_result.php @@ -102,7 +102,7 @@ if( $cert_enc_use == "Y" ) { // 검증 실패시 처리 영역 - echo "dn_hash 변조 위험있음"; + echo "dn_hash 변조 위험있음 (".G5_KCPCERT_PATH."/bin/ct_cli 파일에 실행권한이 있는지 확인하세요.)"; exit; // 오류 처리 ( dn_hash 변조 위험있음) }