logout.php
unknown
php
2 years ago
104 B
10
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();