wpfw_ewei_shopv2/plugin/sub_account/config.php
2023-02-14 19:57:32 +08:00

17 lines
591 B
PHP

<?php
/*
* @ https://EasyToYou.eu - IonCube v10 Decoder Online
* @ PHP 5.6
* @ Decoder version: 1.0.4
* @ Release: 02/06/2020
*
* @ ZendGuard Decoder PHP 5.6
*/
echo "\r\n";
if (!defined("IN_IA")) {
exit("Access Denied");
}
return array("version" => "1.0", "id" => "poster", "name" => "多商户自动分账", "v3" => true, "menu" => array("title" => "页面", "plugincom" => 1, "icon" => "page", "items" => array(array("title" => "分账商户", "route" => ""), array("title" => "分账订单", "route" => "order"), array("title" => "基础设置", "route" => "setting"))));
?>