This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
29
Activity
Browse Source
Update login.php
tags/6.2.0
xushubieli
2 years ago
parent
715a6956d5
commit
ce41c92fd3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
}
Write
Preview
Loading…
Cancel
Save