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.
|
- <?php
- /*
- Author:XM
- Compeny:Spiders Travel
- */
- require_once 'Config_errinfo.php';
- define("ENV", "dev");
- if(ENV =="dev"){
- require_once 'ConfigDev.php';
- }else if(ENV=="pro"){
- require_once '"ConfigPro.php';
- }
|