при отправке запроса будем подставлять User-Agent и разрешен редирект
This commit is contained in:
@ -21,7 +21,7 @@ final class ContingentManager
|
||||
{
|
||||
// select kod as org_id, site from niimko.s_vuzes
|
||||
// where ootype = 'vuz' and deleted = 'n' and fake = 'n'
|
||||
$params = ['vuz', 'n', 'n'];
|
||||
$params = ['vuz', 'n', 'n', 'RU'];
|
||||
$query = $this->builder->select()
|
||||
->setTable('s_vuzes')
|
||||
->setColumns(['org_id' => 'kod', 'site'])
|
||||
|
Reference in New Issue
Block a user