6 lines
99 B
PHP
6 lines
99 B
PHP
|
<?php
|
||
|
$auth_methods = Array
|
||
|
(
|
||
|
Array ('module'=> 'ticket_attachment', 'method'=> 'download')
|
||
|
);
|
||
|
?>
|