Files
html/auth/weval-logout.php
2026-04-12 22:57:03 +02:00

6 lines
88 B
PHP

<?php
require __DIR__ . '/weval-auth.php';
weval_logout();
header('Location: /');
exit;