35530-vm/index.php
Flatlogic Bot 347be3952b 7
2025-11-07 18:14:24 +00:00

5 lines
81 B
PHP

<?php
// Redirect to the builder page
header("Location: builder.php");
exit();
?>