watch.twip-network.org/logout.php
2024-01-20 17:27:31 +01:00

7 lines
76 B
PHP

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