watch.twip-network.org/logout.php

7 lines
85 B
PHP
Raw Normal View History

2024-01-20 16:04:27 +01:00
<?php
session_start();
session_destroy();
header('Location: login.html');
exit();
?>