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