isOpenMethod.xuanxuan.php 331 B

123456
  1. <?php
  2. if(defined('RUN_MODE') && RUN_MODE == 'xuanxuan' && !empty($this->config->xuanxuan->enabledMethods[$module][$method])) return true;
  3. if($module == 'entry' and $method == 'visit') return true;
  4. if($module == 'integration' and $method == 'wopi') return true;
  5. if($module == 'im' and $method == 'authorize') return true;