BastionGuard/webui/index.php
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

4 lines
50 B
PHP

<?php
header('Location: dashboard.php');
exit;
?>