コード例 #1
0
ファイル: logout.php プロジェクト: nahue/Siefu
<?php
    $perfil = new Perfil();
    $perfil->logout();
    header("Location: ".ROOT_URL);
?>