define.php 381 B

123456789
  1. <?php
  2. // define('IN_IA', true);
  3. define('MODULE_NAME', 'wike_aging');
  4. define('VERSION_NAME', "app");
  5. define('MODULE_TITLE', "ChatGPT分销版");
  6. define('API_HOST', "aHR0cDovL3pwYXV0aC5ycnlvbmcuY24=");
  7. define('UP_HOST', "aHR0cDovL3VweGN4LnJyeW9uZy5jbg==");
  8. define('WIKE', "A68AA4BA448752AC147A81ACBE2A8B4C");
  9. define('IA_ROOT_WK', str_replace('\\', '/', dirname(dirname(__FILE__))));