mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
mobile: add classic mobile version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require_once "functions.php";
|
||||
require_once "../../sessions.php";
|
||||
require_once "../../functions.php";
|
||||
|
||||
logout_user();
|
||||
|
||||
header("Location: index.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user