You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
408 B
PHTML
23 lines
408 B
PHTML
19 years ago
|
<?
|
||
|
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>
|