Files
woordjes/logout.php
T
2026-06-15 09:39:24 +02:00

8 lines
81 B
PHP

<?php
session_start();
session_destroy();
header('Location: login.php');
exit;