예제 #1
0
파일: logout.php 프로젝트: asmith41/intern
<?php

require_once 'core/init.php';
$Logout_Obj = new Branch();
$logout = $Logout_Obj->logout();
if ($logout == true) {
    header("location:index.php");
}