0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
custom
/
11000000
/
config
/
[
Home
]
File: lead_config.php
<?php /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ $Server_Path = 'http://appgadget.com/@@BASE_URL_HOST@@/'; //This is the path where have you run ther vtiger server. $proxyhost = ''; //This is the proxy host $proxyport = ''; //This is proxy port $proxyusername = ''; //This is the proxy setting user name $proxypassword = ''; //This is the proxy setting password //Default (1) is admin user id. if you want to assign the contacts to a vtiger user then you can give the user id $assigned_user_id = 1; //Default Character $default_charset = 'UTF-8'; ?>