6 lines
111 B
PHP
6 lines
111 B
PHP
|
<?php
|
||
|
$auth_methods = Array
|
||
|
(
|
||
|
Array ('module' => 'voip_cdr', 'method' => 'search_export')
|
||
|
);
|
||
|
?>
|