2021-10-14 10:41:30 +02:00

6 lines
85 B
PHP

<?php
session_start();
session_destroy();
header('Location: /login');
?>