mirror of https://github.com/fspc/biketree.git
Bike Tree - https://biketree.bikelover.org
4 lines
115 B
4 lines
115 B
<?php session_start();
|
|
session_destroy();
|
|
header ("Location:members/signoutsubmit.php?visitID=0");//login.php");
|
|
?>
|