[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 ini_set (error_reporting,E_ALL & ~E_NOTICE ); 12 if(isset($_REQUEST['service'])) 13 { 14 if($_REQUEST['service'] == "outlook") 15 { 16 include ("soap/vtigerolservice.php"); 17 } 18 elseif($_REQUEST['service'] == "customerportal") 19 { 20 include ("soap/customerportal.php"); 21 } 22 elseif($_REQUEST['service'] == "webforms") 23 { 24 include ("soap/webforms.php"); 25 } 26 elseif($_REQUEST['service'] == "firefox") 27 { 28 include ("soap/firefoxtoolbar.php"); 29 } 30 elseif($_REQUEST['service'] == "wordplugin") 31 { 32 include ("soap/wordplugin.php"); 33 } 34 elseif($_REQUEST['service'] == "thunderbird") 35 { 36 include ("soap/thunderbirdplugin.php"); 37 } 38 else 39 { 40 echo "No Service Configured for $_REQUEST[service]"; 41 } 42 } 43 else 44 { 45 echo "<h1>vtigerCRM Soap Services</h1>"; 46 echo "<li>vtigerCRM Outlook Plugin EndPoint URL -- Click <a href='vtigerservice.php?service=outlook'>here</a></li>"; 47 echo "<li>vtigerCRM Word Plugin EndPoint URL -- Click <a href='vtigerservice.php?service=wordplugin'>here</a></li>"; 48 echo "<li>vtigerCRM ThunderBird Extenstion EndPoint URL -- Click <a href='vtigerservice.php?service=thunderbird'>here</a></li>"; 49 echo "<li>vtigerCRM Customer Portal EndPoint URL -- Click <a href='vtigerservice.php?service=customerportal'>here</a></li>"; 50 echo "<li>vtigerCRM WebForm EndPoint URL -- Click <a href='vtigerservice.php?service=webforms'>here</a></li>"; 51 echo "<li>vtigerCRM FireFox Extension EndPoint URL -- Click <a href='vtigerservice.php?service=firefox'>here</a></li>"; 52 } 53 54 55 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |