25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

Config.php 500 B

3 yıl önce
12345678910111213141516
  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" );