Initial commit Change-Id: I0000000000000000000000000000000000000000
This commit is contained in:
5
logout.php
Executable file
5
logout.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: index.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user