40 $filename = \Bitrix\Main\Application::getDocumentRoot().
"/bitrix/modules/scale/include/rolesdefinitions.php";
41 $file = new \Bitrix\Main\IO\File($filename);
44 require_once($filename);
46 throw new \Bitrix\Main\IO\FileNotFoundException($filename);
48 if(isset($rolesDefinitions))
49 $def = $rolesDefinitions;