Changes to AgileBill

This commit is contained in:
Deon George
2009-08-03 14:10:16 +10:00
parent 0a22cfe22c
commit 27aee719b0
1051 changed files with 219109 additions and 117219 deletions

View File

@@ -1,12 +1,35 @@
<?php
/**
* AgileBill - Open Billing Software
*
* This body of work is free software; you can redistribute it and/or
* modify it under the terms of the Open AgileBill License
* License as published at http://www.agileco.com/agilebill/license1-4.txt
*
* Originally authored by Tony Landis, AgileBill LLC
*
* Recent modifications by Deon George
*
* @author Deon George <deonATleenooksDOTnet>
* @copyright 2009 Deon George
* @link http://osb.leenooks.net
*
* @link http://www.agileco.com/
* @copyright 2004-2008 Agileco, LLC.
* @license http://www.agileco.com/agilebill/license1-4.txt
* @author Tony Landis <tony@agileco.com>
* @package AgileBill
* @subpackage Modules:Account
*/
### public methods for this module:
$auth_methods = Array
(
Array ('module' => 'faq', 'method' => 'faq_categories'),
Array ('module' => 'faq', 'method' => 'faq_show'),
Array ('module' => 'faq', 'method' => 'autofill'),
Array ('module' => 'faq', 'method' => 'faq_search')
);
/**
* Public FAQ methods
*/
$auth_methods = array(
array('module'=>'faq','method'=>'faq_categories'),
array('module'=>'faq','method'=>'faq_show'),
array('module'=>'faq','method'=>'autofill'),
array('module'=>'faq','method'=>'faq_search')
);
?>