Skip to content

Commit

Permalink
add 'info' attribute to sysvarlist.cgi to output DPInfo() of system
Browse files Browse the repository at this point in the history
variables. This refs #58.
  • Loading branch information
jens-maus committed Oct 18, 2023
1 parent e8b748a commit 348f98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmlapi/sysvarlist.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if {[info exists sid] && [check_session $sid]} {
if (oSysVar.ValueType() == 2) {
WriteXML( oSysVar.ValueName1());
}
Write("' info='"); WriteXML( oSysVar.DPInfo());
Write("'/>");
}

Expand Down

0 comments on commit 348f98d

Please sign in to comment.