Files
thinksaas_lmve/plugins/pubs/feedback/about.php
T
2023-06-22 13:33:25 +08:00

1 line
373 B
PHP

<?php
defined('IN_TS') or die('Access Denied.');
return array(
'name' => 'Feedback反馈插件',
'version' => '1.0',
'desc' => '在你的网站右侧加入浮动的Feedback反馈功能!',
'url' => 'http://www.thinksaas.cn',
'email' => 'thinksaas@qq.com',
'author' => '邱君',
'author_url' => 'http://www.thinksaas.cn',
'isedit' => '1',
);