View file masteru.site/user/index.php

File size: 138B
<?php
//-----Подключаем функции-----//
include_once ('../system/function.php');
header('Location: '.$HOME.'');
exit();
?>