add support for comments in config files.

This commit is contained in:
zefie
2022-10-22 22:49:30 -04:00
parent e507672c27
commit b169a2c863
4 changed files with 197 additions and 75 deletions

View File

@@ -123,7 +123,6 @@ var socket_sessions = new Array();
var ports = [];
var pc_ports = [];
// add .reverse() feature to all JavaScript Strings in this application
// works for service vault scripts too.
if (!String.prototype.reverse) {