Files
newznab-tmux/public/pages/logout.php
T
2017-12-25 23:55:04 +01:00

8 lines
85 B
PHP

<?php
use App\Models\User;
User::logout();
header('Location: '.WWW_TOP.'/login');