模板文件目录更改
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// SentCMS常量定义
|
||||
define('sent_version', '4.0.0');
|
||||
define('sent_path_addons', __DIR__ . '/../addons' . DS);
|
||||
define('sent_path_addons', __DIR__ . '/../addons/');
|
||||
|
||||
//字符串解密加密
|
||||
function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) {
|
||||
|
||||
Reference in New Issue
Block a user