logout.php

 avatar
unknown
php
a year ago
104 B
4
Indexable
<?php
session_start();
session_unset();
session_destroy();
header("Location: login.php");
exit();
Editor is loading...
Leave a Comment