23 lines
618 B
PHP
23 lines
618 B
PHP
<?php
|
|
/**
|
|
* The openprocess view file of cron module of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv11.html)
|
|
* @author Yidong Wang <yidong@cnezsoft.com>
|
|
* @package cron
|
|
* @version $Id$
|
|
* @link http://www.zentao.net
|
|
*/
|
|
?>
|
|
<?php include '../../common/view/header.lite.html.php';?>
|
|
<script>
|
|
$(function()
|
|
{
|
|
startCron();
|
|
setTimeout(function(){parent.location.href = parent.location.href}, 300);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|