18 lines
372 B
PHP
18 lines
372 B
PHP
<?php
|
|
/*
|
|
Copyright GHINK Network Studio
|
|
Author: Bigsk(https://www.xiaxinzhe.cn)
|
|
*/
|
|
|
|
define(('IN_SYS'),true);//Defined entreance security.
|
|
include("app.php");
|
|
include("auth.php");
|
|
include("database.php");
|
|
include("hash.php");
|
|
include("log.php");
|
|
include("mail.php");
|
|
include("setting.php");
|
|
include("task.php");
|
|
include("user.php");
|
|
include("ip.php");
|
|
include("post.php"); |