Kohana v3.3.5
This commit is contained in:
@@ -192,6 +192,7 @@ return array(
|
||||
'wav' => array('audio/x-wav'),
|
||||
'wax' => array('audio/x-ms-wax'),
|
||||
'wbxml' => array('application/wbxml'),
|
||||
'webapp' => array('application/x-web-app-manifest+json'),
|
||||
'webm' => array('video/webm'),
|
||||
'wm' => array('video/x-ms-wm'),
|
||||
'wma' => array('audio/x-ms-wma'),
|
||||
|
18
system/config/url.php
Normal file
18
system/config/url.php
Normal 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 `$`
|
||||
),
|
||||
|
||||
);
|
@@ -3,6 +3,8 @@
|
||||
return array(
|
||||
|
||||
'platform' => array(
|
||||
'windows nt 10.0'=> 'Windows 10',
|
||||
'windows nt 6.3' => 'Windows 8.1',
|
||||
'windows nt 6.2' => 'Windows 8',
|
||||
'windows nt 6.1' => 'Windows 7',
|
||||
'windows nt 6.0' => 'Windows Vista',
|
||||
@@ -47,6 +49,7 @@ return array(
|
||||
|
||||
'browser' => array(
|
||||
'Opera' => 'Opera',
|
||||
'Edge/12' => 'Edge',
|
||||
'MSIE' => 'Internet Explorer',
|
||||
'Internet Explorer' => 'Internet Explorer',
|
||||
'Shiira' => 'Shiira',
|
||||
|
Reference in New Issue
Block a user