Files
thinksaas_lmve/app/topic/about.php
T
2023-06-22 13:33:25 +08:00

17 lines
423 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
return array(
'name' => '话题',
'version' => '1.2',
'desc' => '话题,帖子',
'url' => 'http://www.thinksaas.cn',
'email' => 'thinksaas@qq.com',
'author' => '邱君',
'author_url' => 'http://www.thinksaas.cn',
'isoption' => '1',
'isinstall' => '1',
'issql' => '1',
'issystem' => '1',
'isappnav' => '1',
'ismy'=>'1'
);