logout.php

 avatar
unknown
php
2 years ago
77 B
4
Indexable
<?php
session_start();
session_unset();
header("location: login.php");
?>
Editor is loading...
Leave a Comment