16 lines
322 B
PHP
16 lines
322 B
PHP
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
/**
|
|
* OSB invoice configuration
|
|
*
|
|
* @package OSB
|
|
* @category Configuration
|
|
* @author Deon George
|
|
* @copyright (c) 2010 Open Source Billing
|
|
* @license http://dev.osbill.net/license.html
|
|
*/
|
|
return array(
|
|
'driver' => 'default',
|
|
);
|
|
?>
|