mobile initial commit

This commit is contained in:
Andrew Dolgov 2006-03-24 11:00:57 +01:00
parent ed51e128fc
commit 9338b88c08
1 changed files with 22 additions and 0 deletions

22
mobile/tt-rss.php Normal file
View 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>