사용자단 따옴표 작업 bbs/good.php 까지 진행
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?
|
||||
die("이 프로그램은 더 이상 사용하지 않습니다. 그누보드 4.32.09 를 참고하세요.");
|
||||
include_once("./_common.php");
|
||||
include_once('./_common.php');
|
||||
|
||||
/*
|
||||
$wr_key = trim($_POST[wr_key]);
|
||||
@ -24,8 +24,8 @@ else if ($mb_password_a !== $mb[mb_password_a])
|
||||
else if (is_admin($mb[mb_id]))
|
||||
alert("관리자 아이디는 접근 불가합니다.");
|
||||
|
||||
$g4[title] = "패스워드 찾기 3단계";
|
||||
include_once("$g4[path]/head.sub.php");
|
||||
$g4['title'] = "패스워드 찾기 3단계";
|
||||
include_once($g4['path'].'/head.sub.php');
|
||||
|
||||
// 난수 발생
|
||||
list($usec, $sec) = explode(" ", microtime());
|
||||
@ -39,8 +39,8 @@ $sql = " update $g4[member_table]
|
||||
where mb_id = '$mb[mb_id]' ";
|
||||
sql_query($sql);
|
||||
|
||||
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
|
||||
$member_skin_path = "$g4['path']/skin/member/$config[cf_member_skin]";
|
||||
include_once("$member_skin_path/password_forget3.skin.php");
|
||||
|
||||
include_once("$g4[path]/tail.sub.php");
|
||||
include_once($g4['path'].'/tail.sub.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user