Files
EasySoft-ZenTaoPMS/module/story/ui/export.html.php
T
2023-11-10 09:44:50 +08:00

15 lines
520 B
PHP

<?php
/**
* The export view file of story module of ZenTaoPMS.
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author dingguodong <dingguodong@easycorp.ltd>
* @package story
* @link https://www.zentao.net
*/
declare(strict_types=1);
js::set('storyType', $storyType);
include '../../file/ui/export.html.php';