1 Star 0 Fork 8

Tony/ewei_shopv2

forked from huangyinke/ewei_shopv2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
receiver.php 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangyinke 提交于 2018-09-02 09:33 . init jizhang database
<?php
if (!(defined('IN_IA'))) {
exit('Access Denied');
}
require_once IA_ROOT . '/addons/ewei_shopv2/version.php';
require_once IA_ROOT . '/addons/ewei_shopv2/defines.php';
require_once EWEI_SHOPV2_INC . 'functions.php';
require_once EWEI_SHOPV2_INC . 'receiver.php';
class Ewei_shopv2ModuleReceiver extends Receiver
{
public function receive()
{
parent::receive();
}
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Tony_75/ewei_shopv2.git
[email protected]:Tony_75/ewei_shopv2.git
Tony_75
ewei_shopv2
ewei_shopv2
master

搜索帮助