Skip to content
Snippets Groups Projects
Commit 6379674d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Modern web browsers don't render files received via FTP,

So don't bother linking to 00index*, just the ftp root dir should work
(for a while yet, anyway)
parent 67eab9d0
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
template.ftp_url += host;
if(ftp_port!=21)
template.ftp_url += ftp_port;
template.ftpidx ="/00index.html?$" + new Date().valueOf().toString(36);
template.ftpidx ="/";
template.ftpqwk = "/" + system.qwk_id.toLowerCase() + ".qwk";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment