]> git.wh0rd.org - tt-rss.git/commitdiff
mobile initial commit
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 24 Mar 2006 10:00:57 +0000 (11:00 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 24 Mar 2006 10:00:57 +0000 (11:00 +0100)
mobile/tt-rss.php [new file with mode: 0644]

diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
new file mode 100644 (file)
index 0000000..729969a
--- /dev/null
@@ -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>