9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
if (!(defined('IN_IA'))) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
|
|
return array('version' => '1.0', 'id' => 'polyapi', 'name' => '网店管家');
|
|
|
|
?>
|