Explorar el Código

防止开启绝对路径链接错误,采用绝对路径

tags/6.2.7
叙述、别离 hace 1 año
padre
commit
3930603725
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/userlogin.class.php

+ 1
- 1
src/system/userlogin.class.php Ver fichero

@@ -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';
}
}
/**


Cargando…
Cancelar
Guardar