34777-vm/logout.php
Flatlogic Bot b1030df0f7 mms
2025-10-08 05:53:42 +00:00

6 lines
83 B
PHP

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