4 lines
80 B
PHP
4 lines
80 B
PHP
<?php
|
|
include "../../config/index.php";
|
|
header('Location:'.BASE_URL);
|
|
?>
|