forked from Qortal/qortal
Fixed refresh bug on Windows.
This commit is contained in:
parent
2dfee13d86
commit
f39b6a15da
@ -67,8 +67,8 @@ public class ArbitraryDataRenderer {
|
||||
}
|
||||
|
||||
public HttpServletResponse render() {
|
||||
if (!inPath.startsWith(File.separator)) {
|
||||
inPath = File.separator + inPath;
|
||||
if (!inPath.startsWith("/")) {
|
||||
inPath = "/" + inPath;
|
||||
}
|
||||
|
||||
// Don't render data if QDN is disabled
|
||||
|
Loading…
Reference in New Issue
Block a user