]> git.wh0rd.org - tt-rss.git/blobdiff - mobile/tt-rss.php
rework login process, drop http auth
[tt-rss.git] / mobile / tt-rss.php
index bd799dc6503fd43a2f38d55dfc74cac59cf03765..890c1e0a1d61b222fc98ed6d44cd7d3251649272 100644 (file)
@@ -1,8 +1,7 @@
-<?
-       require_once "../functions.php"; 
+<?php
+       require_once "../config.php";
        require_once "functions.php";
-
-       basic_nosid_redirect_check();
+       require_once "../functions.php"; 
 
        require_once "../sessions.php";
 
@@ -58,7 +57,7 @@
 <body>
 
 <div id="content">
-<?
+<?php
        if (!$go) {
                render_feeds_list($link);
        } else if ($go == "vf") {
@@ -73,7 +72,7 @@
 </div>
 
 <div id="footer">
-       <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
+       <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
 </div>
 
 </body>