Kohana v3.3.5

This commit is contained in:
Deon George
2016-05-01 20:50:24 +10:00
parent 8888719653
commit 68c7f4f159
170 changed files with 4565 additions and 1176 deletions

18
system/config/url.php Normal file
View File

@@ -0,0 +1,18 @@
<?php defined('SYSPATH') OR die('No direct script access.');
return array(
'trusted_hosts' => array(
// Set up your hostnames here
//
// Example:
//
// 'example\.org',
// '.*\.example\.org',
//
// Do not forget to escape your dots (.) as these are regex patterns.
// These patterns should always fully match,
// as they are prepended with `^` and appended with `$`
),
);