mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
First commit
This commit is contained in:
10
logout.php
Normal file
10
logout.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
include("config.php");
|
||||
include("check_login.php");
|
||||
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: login.php');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user