View file masteru.site/system/index.php

File size: 174B
<?php


//-----Подключаем функции-----//
include_once ('function.php');
//-----Закрываем папку-----//
header('Location: '.$HOME.'');
exit();
?>