mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-03-01 08:03:28 +08:00
5 lines
105 B
PHP
5 lines
105 B
PHP
|
<?php
|
||
|
require 'class/Session.php';
|
||
|
Session::getInstance()->logout();
|
||
|
header("Location: index.php");
|
||
|
?>
|