Skip to content

Commit d555b05

Browse files
committed
4.48 release
1 parent d3871a7 commit d555b05

File tree

23 files changed

+42
-42
lines changed

23 files changed

+42
-42
lines changed

app/controller/utils.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/function/helper.function.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function user_logout(){
425425

426426
$url = './index.php?user/login';
427427
//之前界面维持,不是主动退出则登陆后跳转到之前页面
428-
if(ACT != 'logout' && count($_GET)!=0 ){
428+
if(defined('ACT') && ACT != 'logout' && count($_GET)!=0 ){
429429
$url .= '&link='.rawurlencode(this_url());
430430
}
431431
//移动端;接口请求时退出

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
define('KOD_VERSION','4.48');
3-
define('KOD_VERSION_BUILD','01');//time(),20220516
3+
define('KOD_VERSION_BUILD','02');//time(),20220516

plugins/toolsCommon/static/pie/.pie.tif

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/js/app/src/api/default/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/app/src/api/view/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/app/src/app/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/app/src/desktop/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/app/src/edit/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/app/src/editor/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)