isOpenMethod.clientapi.php 321 B

1234567891011
  1. <?php
  2. if($module == 'api')
  3. {
  4. if($method == 'mobilegetlist' ||
  5. $method == 'mobilegetinfo' ||
  6. $method == 'mobilegetuser' ||
  7. $method == 'mobilegetusers' ||
  8. $method == 'mobilegethistory' ||
  9. $method == 'mobilecomment' ||
  10. $method == 'mobilegetcustom') return true;
  11. }