watch.twip-network.org/logout.php

7 lines
76 B
PHP
Raw Normal View History

2024-01-20 16:04:27 +01:00
<?php
session_start();
session_destroy();
2024-01-20 17:27:31 +01:00
header('Location: /');
2024-01-20 16:04:27 +01:00
exit();
?>