1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-05-23 00:22:18 +02:00
gdk/functions/func_load.php
2020-02-13 08:53:12 +08:00

17 lines
534 B
PHP

<?php
include( 'rewrite.php' );//路由重写
include( 'Common.php' );//通用代码
include( 'Ajax.php' );//Ajax服务
include( 'optimization.php');//优化措施
include( 'advanced.php' );//高级功能
include( 'security.php' );//安全功能
include( 'shortcode.php' );//短代码
include( 'seo.php' );//seo功能
include( 'user.php' );//用户功能
include(GDK_ROOT_PATH.'public/download.php');//单页下载
include(GDK_ROOT_PATH.'public/go.php');//跳转中间页
include(GDK_ROOT_PATH.'public/daohang.php');//导航页面