Magesty-Blonjo/layout/index.php

4 lines
77 B
PHP

<?php
include "../config/index.php";
header('Location:'.BASE_URL);
?>