コード例 #1
0
ファイル: logout.php プロジェクト: leonerd12/MVC
<?php

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