8 lines
144 B
PHP
8 lines
144 B
PHP
<?php
|
|
|
|
if (!defined('IN_IA')) {
|
|
exit('Access Denied');
|
|
}
|
|
return array('version' => '1.0', 'id' => 'tmessage', 'name' => '会员群发');
|
|
?>
|