1
0
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:
Andrew Dolgov
2009-12-21 16:56:59 +03:00
parent afb12ed0d0
commit 1afd6227bc
6 changed files with 1412 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
require_once "functions.php";
require_once "../../sessions.php";
require_once "../../functions.php";
logout_user();
header("Location: index.php");
?>