TIF_E41202502/logout.php

7 lines
113 B
PHP

<?php
include "function.php";
$_SESSION = [];
session_unset();
session_destroy();
header("location: index.php");