mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-06 12:41:19 +02:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
require_once "mobile-functions.php";
|
|
|
|
logout_user();
|
|
|
|
header("Location: index.php");
|
|
?>
|