ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/page/ |
Upload File : |
<?php include $_SERVER['DOCUMENT_ROOT'].'/include/base.php'; include $_SERVER['DOCUMENT_ROOT'].'/process/process_common.php'; if(!isset($_SESSION['web_member'])){ echo "<script>alert('로그인 상태가 아닙니다.');location.href='/';</script>"; } ?> <!DOCTYPE html> <html lang="en"> <head> <?php $page_title = _e("회원탈퇴"); include $_SERVER['DOCUMENT_ROOT'].'/include/meta_data.php'; ?> </head> <body> <?php include $_SERVER['DOCUMENT_ROOT'].'/include/header.php'; ?> <!--서브페이지 배너--> <div class="sub-banner"> <img class="pc-ban" src="/img/sub/sub-ban-login.jpg"> <img class="mo-ban" src="/img/sub/sub-ban-mo-login.jpg"> </div> <!--페이지 경로 안내--> <div class="sub-page"> <p class="inner"><?=_e("홈")?> > <b><?=_e("회원탈퇴")?></b></p> </div> <!--회원탈퇴 창--> <section class="mem-window" id="remove-section"> <form method="post" action="/process/remove.php"> <div class="mem-wrap"> <div class="mem-tit"><?=_e("회원탈퇴")?></div> <div class="mem-input-list"> <ul> <li> <input type="password" name="member_password" placeholder="<?=_e("패스워드 확인")?>" required> <span>PW</span> </li> </ul> </div> <button class="mem-btn window-btn-remove"><?=_e("회원탈퇴")?></button> </div> </form> </section> <?php include $_SERVER['DOCUMENT_ROOT'].'/include/footer.php'; ?> </body> </html>