Stas B.
Stas B.
I start my BMP with options like this: 'httpProxy' => 'proxy.com', 'proxyUsername' => 'user', 'proxyPassword' => 'password', 'trustAllServers' => true, and this works fine. After that I recieve proxy port...
Вот так на самом деле выглядит список вариантов типов задач: > [task_types] => Array > ( > [0] => stdClass Object > ( > [id] => 1 > [name] =>...
Вопрос скорее ко всем, чем только к автору. 1. Про строгий поиск. В данный момент поиск реализован не строгий, то есть если я, допустим, буду искать по контактам почту, то...
Помимо уже внесенных изменений, также необходимо в файле Company.php добавить следующие изменения: ``` public $name; public $responsible_user_id; public $tags; **public $type;** public $linked_leads_id; public $custom_fields; private $tags_array; public function __construct()...
In some cases, this code will not work correctly. Calling these methods on the same RegExp, will start checking from the end of the previous comparison. Just try to run...
I'm looking for a way to quickly and correctly use your project for already created websites. In other words, I often need to install everything in the box, except Wordpress...
Hi all. I'm new to NTLM and therefore tell me what exactly should I transfer at each stage of connecting to the server? My situation is this: there is the...