Files
Projet_Smart_Home_Final_2/smart-house---final-/logout.php
2026-06-03 15:29:43 +02:00

5 lines
80 B
PHP

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