Example #1
0
<?php
    $perfil = new Perfil();
    $perfil->logout();
    header("Location: ".ROOT_URL);
?>