Application cleanup
This commit is contained in:
17
modules/invoice/config/invoice.php
Normal file
17
modules/invoice/config/invoice.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OSB Configuration - Invoice Driver
|
||||
*
|
||||
* @package OSB
|
||||
* @subpackage Invoice
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010 Open Source Billing
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
'driver' => 'default',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user