openprocess.html.php 652 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * The openprocess view file of cron module of ZenTaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
  6. * @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Yidong Wang <yidong@cnezsoft.com>
  8. * @package cron
  9. * @version $Id$
  10. * @link https://www.zentao.net
  11. */
  12. ?>
  13. <?php include '../../common/view/header.lite.html.php';?>
  14. <script>
  15. $(function()
  16. {
  17. startCron(1);
  18. setTimeout(function(){parent.location.href = parent.location.href}, 300);
  19. });
  20. </script>
  21. </body>
  22. </html>