logout.php
Anonymous
php
06/23/2024 3:15 AM
140 B
16
Indexable
<?php
session_start();
session_unset();
session_destroy();
header("Location: login.php");
exit();
Editor is loading...
Leave a Comment
<?php
session_start();
session_unset();
session_destroy();
header("Location: login.php");
exit();