config.php 219 B

123456
  1. <?php
  2. header("Content-type: text/html; charset=utf-8");
  3. if(empty(session_id()))session_start();
  4. include WEB_ROOT_CONFIG."/db.php";
  5. include WEB_ROOT_CONFIG."/functions.php";
  6. date_default_timezone_set("Asia/Shanghai");