34132-vm/logout.php
Flatlogic Bot 05d192f46f MagiCV
2025-09-17 11:37:51 +00:00

7 lines
97 B
PHP

<?php
session_start();
session_unset();
session_destroy();
header('Location: /index.php');
exit;