<?php
define('PROTECTOR', 1);
$head = 'kvest';//фикс. места
$path = '../'; //путь
$textl = 'Задания';
@include($path.'files/db.php');
@include($path.'files/auth.php');
@include($path.'files/func.php');
@include($path.'files/core.php');
echo'<div class="menu">';
echo"wwwwwwwwwwwwwwwwwwwwwww";
@include($path . 'files/end.php');
?>