Files
EasySoft-ZenTaoPMS/module/lang/control.php
T
2013-08-05 14:10:43 +08:00

25 lines
536 B
PHP

<?php
/**
* The control file of xxx of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package xxx
* @version $Id$
* @link http://www.zentao.net
*/
class lang extends control
{
public function __construct()
{
parent::__construct();
}
public function index()
{
$this->display();
}
}