Merge pull request #556 from kohana/feature/tests-user-agent
[kohana-core.git] / config / curl.php
blob6a79da5293d1baa97a88b2f7dde4f24b074b5b02
1 <?php defined('SYSPATH') OR die('No direct script access.');
3 return array(
5 CURLOPT_USERAGENT => 'Mozilla/5.0 (compatible; Kohana v'.Kohana::VERSION.' +http://kohanaframework.org/)',
6 CURLOPT_CONNECTTIMEOUT => 5,
7 CURLOPT_TIMEOUT => 5,
8 CURLOPT_HEADER => FALSE,