ttrss/mobile/logout.php

8 lines
97 B
PHP

<?php
require_once "mobile-functions.php";
logout_user();
header("Location: index.php");
?>