Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
defined('IN_TS') or die('Access Denied.');
|
||||||
|
return array (
|
||||||
|
'name' => '工单',
|
||||||
|
'version' => '0.1',
|
||||||
|
'desc' => '工作流程管理',
|
||||||
|
'url' => 'https://lmve.net/',
|
||||||
|
'email' => 'kevin@lmve.net',
|
||||||
|
'author' => 'kevin',
|
||||||
|
'author_url' => 'https://lmve.net/',
|
||||||
|
'isoption' => '1',
|
||||||
|
'isinstall' => '1',
|
||||||
|
|
||||||
|
|
||||||
|
'isappnav' => '1',
|
||||||
|
'ismy'=>'1',
|
||||||
|
);
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
defined('IN_TS') or die('Access Denied.');
|
||||||
|
|
||||||
|
include template('index');
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
<?php
|
||||||
|
class workorder extends tsApp{}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
defined('IN_TS') or die('Access Denied.');
|
||||||
|
|
||||||
|
$skin = 'default';
|
||||||
|
|
||||||
|
$TS_APP['appname'] = '工单';
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{php include pubTemplate("header")}
|
||||||
|
|
||||||
|
{php include pubTemplate("footer")}
|
||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
defined('IN_TS') or die('Access Denied.');
|
defined('IN_TS') or die('Access Denied.');
|
||||||
return 3.68;
|
return "3.68 折腾版";
|
||||||
Reference in New Issue
Block a user