summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
committerAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
commite0142e27ec9d24fca008cf2c7a8a307d90e166e5 (patch)
tree5cdc6ca472f1c4db279cd5af3e0418cae4d4c5d0 /mobile/tt-rss.php
parent1b74062fc554dcd51a680e30c5f9fbd4b4332225 (diff)
mobile: add some translations
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 } ?>