This website requires JavaScript.
Explore
Help
Sign In
valvin
/
ttrss
Watch
1
Star
0
Fork
You've already forked ttrss
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2ee41191da
ttrss
/
mobile
/
logout.php
8 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
overall directory tree cleanup
2011-12-11 19:59:25 +00:00
<
?
php
require_once
"
mobile-functions.php
"
;
finalize basic mobile version
2006-03-27 05:56:37 +00:00
logout_user
();
mobile: add experimental iUI based version
2009-12-17 16:42:30 +00:00
header
(
"
Location: index.php
"
);
mobile: sync login stuff and such with desktop version
2007-03-05 16:27:48 +00:00
?>