Files
EasySoft-ZenTaoPMS/lib/zin/zin.class.php
2023-07-11 17:18:05 +08:00

18 lines
489 B
PHP

<?php
declare(strict_types=1);
/**
* The zin module file of ZenTaoPMS.
*
* @copyright Copyright 2023 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
* @author Hao Sun <sunhao@easycorp.ltd>
* @package zin
* @version $Id
* @link https://www.zentao.net
*/
namespace zin;
require_once __DIR__ . DS . 'config.php';
require_once __DIR__ . DS . 'helper.php';
require_once __DIR__ . DS . 'func.php';