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