Bump version to 3.3.6
[kohana-core.git] / config / url.php
blob96bd29343526da6fe0b8e6ccffa8bd529b37b8c0
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 return array(
5 'trusted_hosts' => array(
6 // Set up your hostnames here
7 //
8 // Example:
9 //
10 // 'example\.org',
11 // '.*\.example\.org',
13 // Do not forget to escape your dots (.) as these are regex patterns.
14 // These patterns should always fully match,
15 // as they are prepended with `^` and appended with `$`