OSB enhancements to date
This commit is contained in:
28
plugins/product/ADSL.php
Normal file
28
plugins/product/ADSL.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* osBilling - Open Billing Software
|
||||
*
|
||||
* Originally authored by Deon George
|
||||
*
|
||||
* @author Deon George <deonATleenooksDOTnet>
|
||||
* @copyright 2009 Deon George
|
||||
* @link http://osb.leenooks.net
|
||||
* @package osBilling
|
||||
* @subpackage Modules:ADSL
|
||||
*/
|
||||
|
||||
require_once PATH_MODULES.'product/base_product_plugin.inc.php';
|
||||
|
||||
/**
|
||||
* This class provides the ability to define ADSL Supplier Products.
|
||||
*
|
||||
* @package osBilling
|
||||
* @subpackage Modules:ADSL
|
||||
*/
|
||||
class plgn_prov_ADSL extends base_product_plugin {
|
||||
# Plugin Name
|
||||
protected $name = 'ADSL';
|
||||
# If this plugin provisions remote services
|
||||
public $remote_based = false;
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user