You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
500 B

  1. <?php
  2. /*
  3. Author:XM
  4. Compeny:Spiders Travel
  5. */
  6. require_once 'Config_errinfo.php';
  7. if(empty($_SERVER['APPLICATION_ENV']) || $_SERVER['APPLICATION_ENV']=='production') {
  8. define('ENV', 'pro');
  9. require_once 'ConfigPro.php';
  10. } else {
  11. define('ENV', 'dev');
  12. require_once 'ConfigDev.php';
  13. }
  14. define( "TICKET_QR_URL", "http://ticket.zhizhuchuxing.com/ticket.php?orderid=" );
  15. define('BITACCESSTOKEN', "73d1971f12c3ae86fb1447f7981943b44bccbf8a");
  16. define( "CS1_DOMAIN", "cs1.zhizhuchuxing.com" );