-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathconfig.php
21 lines (21 loc) · 972 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* --------------------------------------------------------
* | ░░░░░░░░░ █ █░▀▀█▀▀░ ░░░░░░░░░ |
* | ░░░░░░░ █▄▄▄█ █ |
* | |
* | Author:HuangDou Email:[email protected] |
* | QQ-Group:583610949 |
* | WebSite:http://www.UsualTool.com |
* | UT Framework is suitable for Apache2 protocol. |
* --------------------------------------------------------
*/
require dirname(dirname(__FILE__)).'/'.'autoload.php';
/**
* 模块路径
*/
define('MODULE_PATH', dirname(__FILE__).'/modules');
/**
* 插件路径
*/
define('PLUGIN_PATH', dirname(__FILE__).'/plugins');