Browse Source

Update login.php

tags/6.2.0
xushubieli 1 year ago
parent
commit
ce41c92fd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/login.php

+ 1
- 1
src/admin/login.php View File

@@ -55,7 +55,7 @@ if ($dopost == 'login') {
ShowMsg('成功登录,正在转向管理管理主页', $gotopage);
exit();
} else {
ShowMsg('成功登录,正在转向管理管理主页', "index.php");
ShowMsg('成功登录,正在转向管理管理主页', 'index.php');
exit();
}
}


Loading…
Cancel
Save