summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index a8bf6fb5f..a23bc8b6a 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -8,10 +8,9 @@
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);
+ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
init_connection($link);
@@ -119,7 +118,7 @@
<?php if (!$go) { ?>
<div id="footer">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a>
+ <a href="http://tt-rss.org/">Tiny-Tiny RSS</a>
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>