Files
newznab-tmux/public/pages/logout.php
T

5 lines
70 B
PHP

<?php
$page->users->logout();
header("Location: ".WWW_TOP."/login");