Update Kohana to 3.1.3.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
/**
|
||||
* Credit card validation configuration.
|
||||
*
|
||||
|
9
includes/kohana/system/config/curl.php
Normal file
9
includes/kohana/system/config/curl.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array(
|
||||
CURLOPT_USERAGENT => 'Mozilla/5.0 (compatible; Kohana v'.Kohana::VERSION.' +http://kohanaframework.org/)',
|
||||
CURLOPT_CONNECTTIMEOUT => 5,
|
||||
CURLOPT_TIMEOUT => 5,
|
||||
CURLOPT_HEADERFUNCTION => array('Request_Client_External', '_parse_headers'),
|
||||
CURLOPT_HEADER => FALSE,
|
||||
);
|
@@ -1,13 +1,16 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array(
|
||||
|
||||
'uncountable' => array(
|
||||
'access',
|
||||
'advice',
|
||||
'aircraft',
|
||||
'art',
|
||||
'baggage',
|
||||
'bison',
|
||||
'dances',
|
||||
'deer',
|
||||
'equipment',
|
||||
'fish',
|
||||
'fuel',
|
||||
@@ -21,6 +24,7 @@ return array(
|
||||
'luggage',
|
||||
'media',
|
||||
'money',
|
||||
'moose',
|
||||
'music',
|
||||
'news',
|
||||
'patience',
|
||||
@@ -28,6 +32,7 @@ return array(
|
||||
'pollution',
|
||||
'research',
|
||||
'rice',
|
||||
'salmon',
|
||||
'sand',
|
||||
'series',
|
||||
'sheep',
|
||||
@@ -35,6 +40,7 @@ return array(
|
||||
'spam',
|
||||
'species',
|
||||
'staff',
|
||||
'swine',
|
||||
'toothpaste',
|
||||
'traffic',
|
||||
'understanding',
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
/**
|
||||
* A list of mime types. Our list is generally more complete and accurate than
|
||||
* the operating system MIME list.
|
||||
@@ -17,6 +17,7 @@ return array
|
||||
'aif' => array('audio/x-aiff'),
|
||||
'aifc' => array('audio/x-aiff'),
|
||||
'aiff' => array('audio/x-aiff'),
|
||||
'amf' => array('application/x-amf'),
|
||||
'asf' => array('video/x-ms-asf'),
|
||||
'asr' => array('video/x-ms-asf'),
|
||||
'asx' => array('video/x-ms-asf'),
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
return array(
|
||||
|
||||
@@ -88,6 +88,8 @@ return array(
|
||||
'blackBerry' => 'BlackBerry',
|
||||
'motorola' => 'Motorola',
|
||||
'iphone' => 'iPhone',
|
||||
'ipad' => 'iPad',
|
||||
'ipod' => 'iPod',
|
||||
'android' => 'Android',
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user