Initial Commit of AgileBill Open Source
This commit is contained in:
9
modules/newsletter_subscriber/auth.inc.php
Normal file
9
modules/newsletter_subscriber/auth.inc.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
### public methods for this module:
|
||||
|
||||
$auth_methods = Array
|
||||
(
|
||||
Array ('module' => 'newsletter_subscriber', 'method' => 'static_var')
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user