[Vtigercrm-commits] [vtiger-commits] r9620 - in /vtiger_webforms/trunk: Contact/config.php Lead/config.php unsubscribe/config.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Oct 10 05:35:56 EDT 2006


Author: richie
Date: Tue Oct 10 03:35:50 2006
New Revision: 9620

Log:
sever path made genric

Modified:
    vtiger_webforms/trunk/Contact/config.php
    vtiger_webforms/trunk/Lead/config.php
    vtiger_webforms/trunk/unsubscribe/config.php

Modified: vtiger_webforms/trunk/Contact/config.php
==============================================================================
--- vtiger_webforms/trunk/Contact/config.php (original)
+++ vtiger_webforms/trunk/Contact/config.php Tue Oct 10 03:35:50 2006
@@ -10,7 +10,7 @@
  ********************************************************************************/
 
 
-$Server_Path   = 'http://rajeshkannan:80'; 	//This is the path where have you run ther vtiger server.
+$Server_Path   = 'http://servername:port_number'; 	//This is the path where have you run ther vtiger server.
 
 $proxyhost     = '';       			//This is the proxy host 
 $proxyport     = '';       			//This is proxy port 

Modified: vtiger_webforms/trunk/Lead/config.php
==============================================================================
--- vtiger_webforms/trunk/Lead/config.php (original)
+++ vtiger_webforms/trunk/Lead/config.php Tue Oct 10 03:35:50 2006
@@ -10,7 +10,7 @@
  ********************************************************************************/
 
 
-$Server_Path   = 'http://rajeshkannan:80'; 	//This is the path where have you run ther vtiger server.
+$Server_Path   = 'http://servername:port_number'; 	//This is the path where have you run ther vtiger server.
 
 $proxyhost     = '';       			//This is the proxy host 
 $proxyport     = '';       			//This is proxy port 

Modified: vtiger_webforms/trunk/unsubscribe/config.php
==============================================================================
--- vtiger_webforms/trunk/unsubscribe/config.php (original)
+++ vtiger_webforms/trunk/unsubscribe/config.php Tue Oct 10 03:35:50 2006
@@ -10,7 +10,7 @@
  ********************************************************************************/
 
 
-$Server_Path   = ''; 	//This is the path where your vtiger server is running. For ex. http://rajeshkannan:80/vtiger
+$Server_Path   = 'http://servername:port_number'; 	//This is the path where your vtiger server is running. For ex. http://rajeshkannan:80/vtiger
 
 $proxyhost     = '';    //This is the proxy host 
 $proxyport     = '';    //This is proxy port 





More information about the vtigercrm-commits mailing list