diff --git a/webv4/root/api/system.ssjs b/webv4/root/api/system.ssjs index f93ad8d6a519596bbc24096ffe26662886d4b5e5..f0a7016aac604b773a16f93ddacd97915a70027a 100644 --- a/webv4/root/api/system.ssjs +++ b/webv4/root/api/system.ssjs @@ -1,6 +1,6 @@ require('sbbsdefs.js', 'SYS_CLOSED'); require('nodedefs.js', 'NODE_WFC'); -require("presence_lib.js", 'extended_status'); +require("presence_lib.js", 'node_status'); var settings = load('modopts.js', 'web') || { web_directory: '../webv4' }; load(settings.web_directory + '/lib/init.js'); @@ -119,4 +119,4 @@ http_reply.header['Content-Type'] = 'application/json'; http_reply.header['Content-Length'] = reply.length; write(reply); -reply = undefined; \ No newline at end of file +reply = undefined;