1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-06-09 17:22:26 +02:00
gdk/class/class_load.php
云落 2f66c5ddfe 1,优化了后台选项,去除了debug出来的报错
2,增加了微信,支付宝H5支付
3,优化了小工具缓存功能
4,去除暂时无用的文件
5,优化了metabox的代码
6,取消了设置友情链接分类ID功能,取代为自动获取
7,断代码模块去除多余无用代码
8,优化了导航页面的很多代码
2021-10-07 22:26:17 +08:00

14 lines
302 B
PHP

<?php
include 'local_avatars.php'; //本地头像
include 'updates.php'; //在线更新
include( 'widget_cache.php' );//小工具缓存
include 'Payjs.php'; //支付功能
include 'points/points.php'; //积分功能
include 'aq_resizer.php'; //缩略图功能
include 'wechat.php'; //微信功能