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

Line endings.

parent e83d15e4
No related branches found
No related tags found
No related merge requests found
// Home
// 000-home.ssjs from ecWeb v2 for Synchronet BBS 3.15+
// by Derek Mullin (echicken -at- bbs.electronicchicken.com)
// This is the default 'home' page. Edit it as you see ift, but leave the file
// name the same (or, if you must change the filename, modify ../index.ssjs to
// reflect that change.
// Embed fTelnet
print("<span class=titleFont>Telnet</span><br /><br />");
load(webIni.webRoot + '/fTelnet/fTelnet.ssjs');
// Embed lightIRC
print("<br /><br /><span class=titleFont>IRC Chat</span><br /><br />");
load(webIni.webRoot + '/lightirc/lightirc.ssjs');
// Home
// 000-home.ssjs from ecWeb v2 for Synchronet BBS 3.15+
// by Derek Mullin (echicken -at- bbs.electronicchicken.com)
// This is the default 'home' page. Edit it as you see ift, but leave the file
// name the same (or, if you must change the filename, modify ../index.ssjs to
// reflect that change.
// Embed fTelnet
print("<span class=titleFont>Telnet</span><br /><br />");
load(webIni.webRoot + '/fTelnet/fTelnet.ssjs');
// Embed lightIRC
print("<br /><br /><span class=titleFont>IRC Chat</span><br /><br />");
load(webIni.webRoot + '/lightirc/lightirc.ssjs');
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