watch.twip-network.org/pages/global/logout.html

7 lines
81 B
HTML
Raw Permalink Normal View History

2024-01-20 16:04:27 +01:00
<?php
session_start();
session_destroy();
2024-01-23 11:18:34 +01:00
header('Location: /login');
2024-01-20 16:04:27 +01:00
exit();
?>