Skip to content
Snippets Groups Projects
final.php 146 B
Newer Older
  • Learn to ignore specific revisions
  • Giovannoni Laurent's avatar
    Giovannoni Laurent committed
    <?php
    include_once '../core/init.php';
    
    unset($_SESSION);
    $_SESSION = array();
    session_unset();
    session_destroy();
    header('Location: ../');
    exit;