38197-vm/Screens/Logout.php
2026-02-04 20:07:56 +00:00

5 lines
132 B
PHP

<?php
require_once __DIR__ . '/../Logic/Backend/Authentication_Handler.php';
$Auth = new Authentication_Handler();
$Auth->Logout();