예제 #1
0
파일: login.php 프로젝트: apexJCL/mvc
 function closeSession()
 {
     $logman = new LogManager();
     $logman->logout();
 }