コード例 #1
0
 /**
  * @see Action::execute();
  */
 public function execute()
 {
     parent::execute();
     SpiderEditor::synchronize();
     HeaderUtil::redirect('index.php?page=AdminToolsSpiderList&packageID=' . PACKAGE_ID . SID_ARG_2ND_NOT_ENCODED);
     exit;
 }
コード例 #2
0
 /**
  * @see Cronjob::execute()
  */
 public function execute($data)
 {
     SpiderEditor::synchronize();
 }