logout.php

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