mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
10 lines
164 B
PHP
10 lines
164 B
PHP
<?php
|
|
require_once "functions.php";
|
|
require_once "../../sessions.php";
|
|
require_once "../../functions.php";
|
|
|
|
logout_user();
|
|
|
|
header("Location: index.php");
|
|
?>
|