...Человеческий поиск в разработке...
- Модуль: security
- Путь к файлу: ~/bitrix/modules/security/classes/general/xscan_htaccess.php
- Класс: CBitrixXscanHtaccess
- Вызов: CBitrixXscanHtaccess::__construct
function __construct(array $result = []) { $this->doc_root = rtrim($_SERVER['DOCUMENT_ROOT'], '/'); $this->start_time = time(); $mem = (int)ini_get('memory_limit'); $this->time_limit = ini_get('max_execution_time') ?: 30; $this->time_limit = min($this->time_limit, 30); $this->time_limit = $this->time_limit * 0.7; $this->result = $result; }