6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
|
|
if (!defined("IN_IA")) {
|
|
exit("Access Denied");
|
|
}
|
|
return array("version" => "1.0", "id" => "mc", "name" => "多商户"); |