This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 7f93f06ca7ad9b566487af1b1a157aa8a47e65d1 (commit)
from 4a25eef48e26b6f8256928aaf84925f1f7b0697f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7f93f06ca7ad9b566487af1b1a157aa8a47e65d1
Author: Ivan Borzenkov <iva...@li...>
Date: Fri Apr 23 20:20:27 2010 +0400
Добавил CURLOPT_AUTOREFERER
diff --git a/lib/Curl.php b/lib/Curl.php
index 4a36bee..0684956 100644
--- a/lib/Curl.php
+++ b/lib/Curl.php
@@ -120,6 +120,7 @@ class Curl
//Set some default CURL options
curl_setopt_array($handle, array(
+ CURLOPT_AUTOREFERER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HEADER => true,
CURLOPT_RETURNTRANSFER => true,
-----------------------------------------------------------------------
Summary of changes:
lib/Curl.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
quickfw
|