Files
2023-06-22 13:33:25 +08:00

17 lines
394 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
return array(
'name' => '系统管理',
'version' => '1.2',
'desc' => '管理所有APP',
'url' => 'http://www.thinksaas.cn',
'email' => 'thinksaas@qq.com',
'author' => '邱君',
'author_url' => 'http://www.thinksaas.cn',
'isoption' => '0',
'isinstall' => '1',
'issql' => '1',
'issystem' => '1',
'isappnav' => '0',
'ismy'=>'0',
);