5 lines
81 B
PHP
5 lines
81 B
PHP
<?php
|
|
// Redirect to the builder page
|
|
header("Location: builder.php");
|
|
exit();
|
|
?>
|