예제 #1
0
파일: logout.php 프로젝트: nahue/Siefu
<?php
    $perfil = new Perfil();
    $perfil->logout();
    header("Location: ".ROOT_URL);
?>