Test2/projektpp/logout.php
2021-01-23 14:30:45 +01:00

9 lines
91 B
PHP

<?php
session_start();
session_unset();
header('Location: index.html');
?>