Updated to KH 3.3.5

This commit is contained in:
Deon George
2016-05-01 21:36:37 +10:00
parent 08bd2a2810
commit 453f97324f
4 changed files with 132 additions and 26 deletions

View File

@@ -0,0 +1,17 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Configuration - Site URLs
*
* @package OSB
* @category Configuration
* @author Deon George
* @copyright (c) 2010-2016 Open Source Billing
* @license http://dev.leenooks.net/license.html
*/
return array(
'trusted_hosts' => array(
),
);
?>