mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 10:01:00 +02:00
add logout.php
This commit is contained in:
parent
ff485f1d50
commit
99620a7fe0
11
logout.php
Normal file
11
logout.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?
|
||||
session_start();
|
||||
|
||||
$_SESSION["uid"] = null;
|
||||
$_SESSION["name"] = null;
|
||||
|
||||
session_destroy();
|
||||
|
||||
header("Location: tt-rss.php");
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user