<?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(
'.*\.graytech\.net\.au',
'graytech\.net\.au',
),
);
?>