Skip to content
Snippets Groups Projects
Commit 1462f880 authored by deuce's avatar deuce
Browse files

Fix FTP URL

parent fdb1adab
No related branches found
No related tags found
No related merge requests found
load("html_inc/template.ssjs");
template.title="Members Area";
template.ftplink="ftp://"+user.alias+":"+user.security.password+"@"+system.inet_addr+"/index00.html";
template.ftplink="ftp://"+user.alias+":"+user.security.password+"@"+system.inet_addr+"/00index.html";
write_template("header.inc");
write_template("memberindex.inc");
write_template("footer.inc");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment