Magesty-Blonjo/assets/js/index.php

4 lines
80 B
PHP
Raw Normal View History

2023-03-17 08:15:45 +07:00
<?php
include "../../config/index.php";
header('Location:'.BASE_URL);
?>