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

17 lines
523 B
PHP
Raw Normal View History

2020-01-25 12:25:07 +01:00
<?php
2020-03-15 14:29:06 +01:00
include 'rewrite.php'; //路由重写
include 'Common.php'; //通用代码
include 'Ajax.php'; //Ajax服务
2020-01-25 12:25:07 +01:00
2020-03-15 14:29:06 +01:00
include 'optimization.php'; //优化措施
include 'advanced.php'; //高级功能
include 'security.php'; //安全功能
2020-01-25 12:25:07 +01:00
2020-03-15 14:29:06 +01:00
include 'shortcode.php'; //短代码
include 'seo.php'; //seo功能
include 'user.php'; //用户功能
2020-01-25 12:25:07 +01:00
2020-03-15 14:29:06 +01:00
include GDK_ROOT_PATH . 'public/download.php'; //单页下载
include GDK_ROOT_PATH . 'public/go.php'; //跳转中间页
include GDK_ROOT_PATH . 'public/daohang.php'; //导航页面