logout.php
unknown
php
a year ago
104 B
9
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();