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
370 B
PHP
Raw Normal View History

2020-01-25 12:25:07 +01:00
<?php
2020-01-25 12:32:28 +01:00
//require ( 'shortcode.php' );//短代码
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' );//安全功能
include( 'utils.php' );//安全功能
include( 'Ajax.php' );//第三方服务
2020-01-25 12:25:07 +01:00
2020-01-25 12:32:28 +01:00
//require ( 'user.php' );//用户服务
2020-01-25 12:25:07 +01:00
include( 'seo.php' );//seo功能
2020-01-25 12:25:07 +01:00
2020-01-25 12:32:28 +01:00
//require ( 'email.php' );//邮箱功能