12 lines
321 B
PHP
12 lines
321 B
PHP
<?php
|
|
if($module == 'api')
|
|
{
|
|
if($method == 'mobilegetlist' ||
|
|
$method == 'mobilegetinfo' ||
|
|
$method == 'mobilegetuser' ||
|
|
$method == 'mobilegetusers' ||
|
|
$method == 'mobilegethistory' ||
|
|
$method == 'mobilecomment' ||
|
|
$method == 'mobilegetcustom') return true;
|
|
}
|