curl.php 285 B

12345678
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. return array(
  3. CURLOPT_USERAGENT => 'Mozilla/5.0 (compatible; Kohana v'.Kohana::VERSION.' +http://kohanaframework.org/)',
  4. CURLOPT_CONNECTTIMEOUT => 5,
  5. CURLOPT_TIMEOUT => 5,
  6. CURLOPT_HEADER => FALSE,
  7. );