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.
 
 
 
 

15 lines
361 B

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