1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-05-11 18:56:50 +02:00
gdk/functions/func_load.php

26 lines
526 B
PHP
Raw Permalink Normal View History

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