This website works better with JavaScript.
Explore
Help
Register
Sign In
banananetwork
/
tt-rss
Watch
1
Star
0
Fork
You've already forked tt-rss
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
6ca4f3c28b
master
release-2021-10-24-14-02
release-2021-07-11-16-25
release-2021-03-03-13-03
release-2021-02-25-17-30
release-2020-12-20-14-26
release-2020-12-16-16-18
release-2020-12-13-00-34
release-2020-11-13-13-25
release-2020-10-16-17-24
release-2020-10-12-13-17
release-2020-10-07-12-33
release-2020-10-03-11-50
release-2020-09-28-18-13
release-2020-09-25-13-32
release-2020-09-15-23-57
release-2020-08-22-13-43
release-2020-06-16-12-02
release-2020-05-23-22-08
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6ca4f3c28b'
${ noResults }
tt-rss
/
mobile
/
logout.php
8 lines
97 B
PHTML
Raw
Normal View
History
Unescape
Escape
overall directory tree cleanup
13 years ago
<?php
require_once "mobile-functions.php";
finalize basic mobile version
19 years ago
logout_user();
mobile: add experimental iUI based version
15 years ago
header("Location: index.php");
mobile: sync login stuff and such with desktop version
18 years ago
?>