mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
mobile initial commit
This commit is contained in:
22
mobile/tt-rss.php
Normal file
22
mobile/tt-rss.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?
|
||||
require_once "../functions.php";
|
||||
|
||||
basic_nosid_redirect_check();
|
||||
|
||||
require_once "../sessions.php";
|
||||
|
||||
require_once "../version.php";
|
||||
require_once "../config.php";
|
||||
require_once "../db-prefs.php";
|
||||
|
||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tiny Tiny RSS - Mobile</title>
|
||||
<link rel="stylesheet" type="text/css" href="mobile.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user