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

The classic "fix last commit" fix commit.

parent bce66ade
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
// echicken -at- bbs.electronicchicken.com
load('webInit.ssjs');
load(session.web_root_dir+"/lib/forum.ssjs");
load(web_root_dir+"/../lib/forum.ssjs");
if(typeof http_request.query.postmessage != "undefined") {
var x = postMessage(
......
......@@ -3,7 +3,7 @@
// echicken -at- bbs.electronicchicken.com
load('webInit.ssjs');
load(session.web_root_dir+"/lib/forum.ssjs");
load(web_root_dir+"/../lib/forum.ssjs");
print("<span class='title'>Forum</span><br /><br />");
......
......@@ -3,7 +3,7 @@
// echicken -at- bbs.electronicchicken.com
load('webInit.ssjs');
load(session.web_root_dir+"/lib/forum.ssjs");
load(web_root_dir+"/../lib/forum.ssjs");
if(user.alias != webIni.WebGuest) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment