Files
EasySoft-ZenTaoPMS/module/metric/ui/view.html.php
T
2023-09-07 10:29:45 +08:00

22 lines
554 B
PHP

<?php
declare(strict_types=1);
/**
* The view file of metric 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 zhouxin<zhouxin@easycorp.ltd>
* @package metric
* @link http://www.zentao.net
*/
namespace zin;
if($isOldMetric)
{
include 'viewsqlmetric.html.php';
}
else
{
include 'viewphpmetric.html.php';
}