mirror of
https://github.com/fspc/biketree.git
synced 2026-02-13 07:15:36 -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");
|
||
|
|
?>
|