auth($get);
}
if($get['msg']) $msg = $get['msg'];
if($_POST['ok_auth2'])
{
$post=clearInputData($_POST);
$user = new User;
$msg2 = $user->check_sms($post);
}
if($_POST['ok_auth3'])
{
$post=clearInputData($_POST);
$user = new User;
$msg2 = $user->check_sms($post,1);
}
$user = new User;
$user->get($_SESSION['id']);
if ($user && $user->role_developer == 1) {
header("location: complexes/#/view");
exit();
}
require($_SERVER['DOCUMENT_ROOT']."/templates/new-header.php");
?>
get($_SESSION['id']);
?>
Поиск объектов
region_rf_id
";
$rezForNeedNb = mysql_query($sqlForNeedNb);
// $needNewbuildings = false;
$showNewbuildings = false;
// while($userId=mysql_fetch_assoc($rezForAd)) {
// if ($userId['id'] == $_SESSION['id']) {
// $needNewbuildings = true;
// break;
// }
// }
$countResult = mysql_fetch_assoc($rezForNeedNb);
if ($countResult['count'] != '0') {
$showNewbuildings = true;
}
// while($userId=mysql_fetch_assoc($rezForNeedNb)) {
// if ($userId['id'] == $_SESSION['id']) {
// $showNewbuildings = false;
// break;
// }
// }
$_GET['operation_type'] = 1;
$agenciesHaveAccessToNewComplexes = [4,12028,12061, 17328, 11325, 13735, 19093, 16378, 19467, 20197, 19909, 19646];
?>