16 lines
654 B
PHP
Executable File
16 lines
654 B
PHP
Executable File
<?php
|
|
/**
|
|
* The safe view file of client module of ZentaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2017 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
|
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
* @author Yidong Wang<yidong@cnezsoft.com>
|
|
* @package client
|
|
* @version $Id$
|
|
* @link http://xuan.im
|
|
*/
|
|
?>
|
|
<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
|
|
<div id='mainContent' class='main-content'><?php echo $error;?></div>
|
|
<?php include $app->getModuleRoot() . 'common/view/footer.lite.html.php';?>
|