gcidfiller.php 374 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 16/1/11
  6. * Time: 下午12:43
  7. */
  8. require_once (BASE_ROOT_PATH . '/global.php');
  9. require_once (BASE_ROOT_PATH . '/fooder.php');
  10. require_once (BASE_UTIL_PATH . '/gcid_fill.php');
  11. define('StartTime', microtime(true));
  12. define('TIMESTAMP', time());
  13. Base::run_util();
  14. $filler = new gcid_fill();
  15. $filler->proc();