mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
|
|
use App\Models\User;
|
|
|
|
User::logout();
|
|
|
|
header('Location: '.WWW_TOP.'/login');
|