4 lines
48 B
PHP
4 lines
48 B
PHP
<?php
|
|
header("Location: /landing.php");
|
|
exit();
|
<?php
|
|
header("Location: /landing.php");
|
|
exit();
|