This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnkohana/system/config/url.php

19 lines
410 B
PHP
Raw Permalink Normal View History

2016-05-01 10:50:24 +00:00
<?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 `$`
),
);