SetTitle('Журнал'); if(Service::IsClient()){ LocalRedirect('/service/client.php'); }else{ if(empty($_GET)){ //////////////////////////////////////// $arteast_date = strtotime('this week'); $arteast_dates = array(); for($i = 0;$i < 7;$i++){ $arteast_dates[] = date("d.m.Y", strtotime('+'.$i.' day', $arteast_date)); } $arteast_date_from = strtotime($arteast_dates[0] . " 22:00:00") - 86400; $arteast_date_to = strtotime($arteast_dates[6] . " 21:59:59"); //////////////////////////////////////// LocalRedirect('/service/register.php?status=25&date_from='.$arteast_date_from.'&date_to='.$arteast_date_to); } } // if($_GET["dev"] == "y"){ // $APPLICATION->ShowPanel(); // } $APPLICATION->IncludeComponent("service:register", "", []); require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>