Guest User

Untitled

a guest
Jun 30th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php
  2.  
  3. $mode = 'production';
  4.  
  5. if($mode == 'sandbox') {
  6. $orgId = '00D70000000MgDW';
  7. $portalId = 'portalId';
  8. $postAction = 'https://cs3.salesforce.com/secur/login_portal.jsp';
  9. }
  10. elseif($mode == 'production') {
  11. $orgId = '00D70000000MgDW';
  12. $portalId = '06070000000Pj7t';
  13. $postAction = 'https://na5.salesforce.com/secur/login_portal.jsp';
  14. }
  15.  
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment