<?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',
);
?>