示例#1
0
文件: logout.php 项目: leonerd12/MVC
<?php

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