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
防止开启绝对路径链接错误,采用绝对路径
tags/6.2.7
叙述、别离
2 years ago
parent
03ba16d2af
commit
3930603725
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/userlogin.class.php
+ 1
- 1
src/system/userlogin.class.php
View File
@@ -414,7 +414,7 @@ class userLogin
if ($this->userFace != '') {
return $this->userFace;
} else {
return '
..
/static/web/img/admin.png';
return '/static/web/img/admin.png';
}
}
/**
Write
Preview
Loading…
Cancel
Save