1
0
mirror of https://github.com/fspc/biketree.git synced 2025-02-22 08:53:24 -05:00
biketree/logout.php
2017-09-05 03:39:54 +00:00

4 lines
115 B
PHP
Executable File

<?php session_start();
session_destroy();
header ("Location:members/signoutsubmit.php?visitID=0");//login.php");
?>