research_run.php 330 B

12345678910111213141516171819
  1. <?php
  2. //printf("Content-Type: text/html; charset=UTF-8\r\n\r\n");
  3. define('StartTime', microtime(true));
  4. define('TIMESTAMP', time());
  5. Base::run_test();
  6. //include BASE_ROOT_PATH . "/research/db.php";
  7. include BASE_ROOT_PATH . "/research/function_test.php";
  8. //include BASE_ROOT_PATH . "/research/sms_test.php";