smc
This commit is contained in:
6
smc/logout.php
Normal file
6
smc/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
setcookie("auth","");
|
||||
header("location:"."goodbye.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user