summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-24 11:00:57 +0100
committerAndrew Dolgov <[email protected]>2006-03-24 11:00:57 +0100
commit9338b88c088b85df343300178fd0df501645b368 (patch)
tree73e096c47f1656ff3dcc09f6ed5102321dfa8efb /mobile
parented51e128fc86d3d620bdd445271e3bb2b15bdb1d (diff)
mobile initial commit
Diffstat (limited to 'mobile')
-rw-r--r--mobile/tt-rss.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
new file mode 100644
index 000000000..729969a64
--- /dev/null
+++ b/mobile/tt-rss.php
@@ -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>