Skip to content
Snippets Groups Projects
Commit 67ce7e86 authored by Kayz's avatar Kayz
Browse files

Update 003-doorscan.xjs - make platform agnostic

parent 6a256a2a
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!89Update doorscan.js - another fix for witnik. Fix arg handling. Allow scan from command line/jsexec
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</head> </head>
<body> <body>
<?xjs <?xjs
load("/sbbs/xtrn/doorscan/doorscan.js"); load(fullpath(system.ctrl_dir + "../xtrn/doorscan/doorscan.js"));
var lp=new LogParser(); var lp=new LogParser();
if (typeof settings.xtrn_blacklist === 'string') { if (typeof settings.xtrn_blacklist === 'string') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment