[Vtigercrm-commits] [vtiger-commits] r6837 - /vtigercrm/trunk/include/magpierss/extlib/Snoopy.class.inc
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 07:06:34 EDT 2006
Author: saraj
Date: Wed May 31 05:06:30 2006
New Revision: 6837
Log:
proxy removed
Modified:
vtigercrm/trunk/include/magpierss/extlib/Snoopy.class.inc
Modified: vtigercrm/trunk/include/magpierss/extlib/Snoopy.class.inc
==============================================================================
--- vtigercrm/trunk/include/magpierss/extlib/Snoopy.class.inc (original)
+++ vtigercrm/trunk/include/magpierss/extlib/Snoopy.class.inc Wed May 31 05:06:30 2006
@@ -43,8 +43,8 @@
var $host = "www.php.net"; // host name we are connecting to
var $port = 80; // port we are connecting to
- var $proxy_host = "192.168.4.158"; // proxy host to use
- var $proxy_port = "80"; // proxy port to use
+ var $proxy_host = ""; // proxy host to use
+ var $proxy_port = ""; // proxy port to use
var $agent = "Snoopy v1.0"; // agent we masquerade as
var $referer = ""; // referer info to pass
var $cookies = array(); // array of cookies to pass
@@ -63,8 +63,8 @@
// NOTE: this currently does not respect
// dates, domains or paths.
- var $user = "raj"; // user for http authentication
- var $pass = "raj"; // password for http authentication
+ var $user = ""; // user for http authentication
+ var $pass = ""; // password for http authentication
// http accept types
var $accept = "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*";
More information about the vtigercrm-commits
mailing list