Files
smart-house---final-/logout.php
2026-03-19 14:59:55 +00:00

5 lines
80 B
PHP

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