View file files/ava/index.php

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