1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
application.php
См. документацию.
1<?php
8
10
11use Bitrix\Main;
12
14{
15 protected $validUrls = array();
16
17 public function __construct()
18 {
19 }
20
26 public function checkScope()
27 {
29 $request = Main\Context::getCurrent()->getRequest();
30 $realPath = $request->getScriptFile();
31
32 foreach($this->validUrls as $url)
33 {
34 if(mb_strpos($realPath, $url) === 0)
35 {
36 return true;
37 }
38 }
39
40 return false;
41 }
42}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$url
Определения iframe.php:7