mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-15 18:47:40 +02:00
10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
require_once "functions.php";
|
|
require_once "../sessions.php";
|
|
require_once "../functions.php";
|
|
|
|
logout_user();
|
|
|
|
header("Location: tt-rss.php");
|
|
?>
|