Updated to KH 3.3.5
This commit is contained in:
17
application/config/url.php
Normal file
17
application/config/url.php
Normal 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(
|
||||
),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user