WI-damian-kaminski/projektpp/logout.php
2021-10-23 09:55:31 +02:00

9 lines
91 B
PHP

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