관리-도구
편집 파일: logout.php
<?php session_start(); session_unset(); session_destroy(); @header("location: index"); ?>