ttrss/mobile/logout.php

8 lines
97 B
PHP
Raw Normal View History

2011-12-11 19:59:25 +00:00
<?php
require_once "mobile-functions.php";
2006-03-27 05:56:37 +00:00
logout_user();
header("Location: index.php");
?>