mirror of
https://github.com/fspc/biketree.git
synced 2025-02-22 08:53:24 -05:00
4 lines
115 B
PHP
4 lines
115 B
PHP
|
<?php session_start();
|
||
|
session_destroy();
|
||
|
header ("Location:members/signoutsubmit.php?visitID=0");//login.php");
|
||
|
?>
|