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

require_once '../Model/Login.php';
$sair = new Logout();
$sair->sair();