$url = "http://$server/api/?" .http_build_query($request_params);
//echo "$url";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
//echo "$response";
if($response == "Week"){
$work = "Сегодня:";