示例#1
0
文件: logout.php 项目: nahue/Siefu
<?php
    $perfil = new Perfil();
    $perfil->logout();
    header("Location: ".ROOT_URL);
?>