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