View file files/index.php

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