Initial Commit of AgileBill Open Source
This commit is contained in:
13
modules/invoice/auth.inc.php
Normal file
13
modules/invoice/auth.inc.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$auth_methods = Array
|
||||
(
|
||||
Array ('module' => 'invoice', 'method' => 'user_search'),
|
||||
Array ('module' => 'invoice', 'method' => 'user_search_show'),
|
||||
Array ('module' => 'invoice', 'method' => 'user_view'),
|
||||
Array ('module' => 'invoice', 'method' => 'pdf'),
|
||||
Array ('module' => 'invoice', 'method' => 'checkoutnow'),
|
||||
Array ('module' => 'invoice', 'method' => 'checkout_multiple_preview'),
|
||||
Array ('module' => 'invoice', 'method' => 'custom_tracking'),
|
||||
Array ('module' => 'invoice', 'method' => 'has_unpaid'),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user