export.html.php 511 B

1234567891011121314
  1. <?php
  2. /**
  3. * The export ui file of attend module of ZentaoPMS.
  4. *
  5. * @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
  6. * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
  7. * @author Dai Tingting<daitingting@easycorp.ltd>
  8. * @package attend
  9. * @version $Id$
  10. * @link https://www.zentao.net
  11. */
  12. ?>
  13. <?php
  14. include $app->getModuleRoot() . 'file/ui/export.html.php';