mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-10-21 05:54:25 -04:00
first commit
This commit is contained in:
12
logout.php
Executable file
12
logout.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
echo "
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV=\"refresh\" CONTENT=\"0;URL=index.php\">
|
||||
</HEAD>
|
||||
</HTML>
|
||||
";
|
||||
?>
|
Reference in New Issue
Block a user