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

13 lines
550 B
PHP

<?php
/*
* @ PHP 5.6
* @ Decoder version : 1.0.0.1
* @ Release on : 24.03.2018
* @ Website : http://EasyToYou.eu
*/
if (!defined("IN_IA")) {
exit("Access Denied");
}
return array("version" => "1.0", "id" => "friendcoupon", "name" => "好友瓜分券", "v3" => true, "menu" => array("title" => "页面", "plugincom" => 1, "icon" => "page", "items" => array(array("title" => "活动列表", "route" => "activity_list"), array("title" => "数据统计", "route" => "statistics"), array("title" => "消息通知", "route" => "notify"))));
?>