1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-06-15 20:15:12 +02:00
gdk/functions/func_load.php

15 lines
286 B
PHP
Raw Normal View History

2020-01-25 12:25:07 +01:00
<?php
2020-01-29 05:43:14 +01:00
include( 'Common.php' );//通用代码
2020-01-29 06:16:29 +01:00
include( 'Ajax.php' );//Ajax服务
2020-01-25 12:25:07 +01:00
include( 'optimization.php');//优化措施
2020-01-25 18:54:41 +01:00
include( 'advanced.php' );//头像功能
2020-01-26 15:14:37 +01:00
include( 'security.php' );//安全功能
2020-01-25 12:25:07 +01:00
2020-01-29 05:43:14 +01:00
2020-01-25 12:25:07 +01:00
2020-01-29 07:46:05 +01:00
//include( 'shortcode.php' );//短代码
include( 'seo.php' );//seo功能
2020-01-25 12:25:07 +01:00