mobile initial commit
This commit is contained in:
parent
ed51e128fc
commit
9338b88c08
|
@ -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>
|
Loading…
Reference in New Issue