mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-11 01:42:12 +01:00
8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
$container = new \wsos\structs\container();
|
|
$auth = $container->get("auth");
|
|
|
|
$auth->logout();
|
|
|
|
header('Location: /');
|
|
?>
|