[제나플러스] 관리자 패스워드 수정하기
페이지 정보

본문
<?
include_once("./_common.php");
// 패스워드
$password = sql_password(1234);
// 업데이트
$sql = " update $g4[member_table] set mb_password = '$password' where mb_id = '$config[cf_admin]' ";
sql_query($sql);
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "최고 관리자 아이디는 {$config[cf_admin]} 입니다.";
?>
include_once("./_common.php");
// 패스워드
$password = sql_password(1234);
// 업데이트
$sql = " update $g4[member_table] set mb_password = '$password' where mb_id = '$config[cf_admin]' ";
sql_query($sql);
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "최고 관리자 아이디는 {$config[cf_admin]} 입니다.";
?>
첨부파일
-
password.php (383byte)
0회 다운로드 | DATE : 2010-01-28 02:56:31
댓글목록
등록된 댓글이 없습니다.
