Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Merge requests
!89
Update doorscan.js - another fix for witnik. Fix arg handling. Allow scan from command line/jsexec
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update doorscan.js - another fix for witnik. Fix arg handling. Allow scan from command line/jsexec
mlong/doorscanfix2
into
master
Overview
0
Commits
3
Pipelines
1
Changes
3
Merged
Kayz
requested to merge
mlong/doorscanfix2
into
master
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 2
67ce7e86
4 years ago
version 1
6a256a2a
4 years ago
master (base)
and
latest version
latest version
25bb3402
3 commits,
4 years ago
version 2
67ce7e86
2 commits,
4 years ago
version 1
6a256a2a
1 commit,
4 years ago
3 files
+
14
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
webv4/pages/More
/003-doorscan.xjs
→
xtrn/doorscan
/003-doorscan.xjs
+
2
−
2
Options
<!--
HIDDEN:
Door Statistics -->
<!-- Door Statistics -->
<html>
<head>
<title>
Monthly Door Log for
<?xjs write(system.name) ?>
</title>
</head>
<body>
<?xjs
load(
"/sbbs
/xtrn/doorscan/doorscan.js");
load(
fullpath(system.ctrl_dir + "..
/xtrn/doorscan/doorscan.js")
)
;
var lp=new LogParser();
if (typeof settings.xtrn_blacklist === 'string') {
Loading