mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-10 11:47:51 +00:00
Fixed refresh bug on Windows.
This commit is contained in:
parent
2dfee13d86
commit
f39b6a15da
@ -67,8 +67,8 @@ public class ArbitraryDataRenderer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public HttpServletResponse render() {
|
public HttpServletResponse render() {
|
||||||
if (!inPath.startsWith(File.separator)) {
|
if (!inPath.startsWith("/")) {
|
||||||
inPath = File.separator + inPath;
|
inPath = "/" + inPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't render data if QDN is disabled
|
// Don't render data if QDN is disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user