관리-도구
편집 파일: logout.php
<?php session_start(); session_destroy(); header('location: login.php'); die(); ?>