관리-도구
편집 파일: control.php
<?php if ($_GET['action'] == 'logout') { $_SESSION['AXAuserPXAidCXA']=""; $_SESSION['errorReason']='Your Session has expired. Please login again!!'; header("location:login.php"); } else { echo "This Page is under construction."; } ?>