Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
오타 및 회원가입폼 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed May 14, 2015
1 parent ae09895 commit ec1a9c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bbs/register_form_update.php
Expand Up @@ -464,7 +464,7 @@
<meta charset="utf-8">
<title>회원정보수정</title>
<body>
<form name="fregisterupdate" method="post" action="'.G5_HTTPS_BBS_URL.'/register_form.php">
<form name="fregisterupdate" method="post" action="'.G5_HTTP_BBS_URL.'/register_form.php">
<input type="hidden" name="w" value="u">
<input type="hidden" name="mb_id" value="'.$mb_id.'">
<input type="hidden" name="mb_password" value="'.$tmp_password.'">
Expand Down
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -167,7 +167,7 @@
********************/

// 암호화 함수 지정
// 사인트 운영 중 설정을 변경하면 로그인이 안되는 등의 문제가 발생합니다.
// 사이트 운영 중 설정을 변경하면 로그인이 안되는 등의 문제가 발생합니다.
define('G5_STRING_ENCRYPT_FUNCTION', 'sql_password');

// SQL 에러를 표시할 것인지 지정
Expand Down
2 changes: 1 addition & 1 deletion skin/member/basic/style.css
Expand Up @@ -50,7 +50,7 @@
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {}
.mbskin .tbl_frm01 th {width:85px;}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
Expand Down

0 comments on commit ec1a9c8

Please sign in to comment.