3 lines
69 B
PHP
3 lines
69 B
PHP
<?php
|
|
if($module == 'api' and $method == 'getlicenses') return true;
|
<?php
|
|
if($module == 'api' and $method == 'getlicenses') return true;
|