[Mon-commit] mon/clients mon.cgi,1.4,1.4.2.1
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2007-05-03 19:56:21
|
Update of /cvsroot/mon/mon/clients In directory sc8-pr-cvs16:/tmp/cvs-serv31786/clients Modified Files: Tag: mon-1-2-branch mon.cgi Log Message: snpp use strict fix, mon.cgi ack display fix, mon.monitor option fix, nntp -f fix, all from augie Index: mon.cgi =================================================================== RCS file: /cvsroot/mon/mon/clients/mon.cgi,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** mon.cgi 31 Jul 2005 16:59:13 -0000 1.4 --- mon.cgi 3 May 2007 19:55:38 -0000 1.4.2.1 *************** *** 1084,1088 **** # user requested it, otherwise, just pass it on through # as is. ! if ( $op{$group}{$service}{'ack'} == 1 ) { if ($untaint_ack_msgs) { # --- 1084,1088 ---- # user requested it, otherwise, just pass it on through # as is. ! if ( $op{$group}{$service}{'ack'} != 0 ) { if ($untaint_ack_msgs) { # *************** *** 1679,1683 **** $webpage->print("<td $ack_command_bgcolor colspan=1 width=50%>"); ! if ($op{$group}{$service}{'ack'} == 1) { # Service has already been acked, offer to re-ack $acknowledge_string = "<font size=+1><b>Re-acknowledge this failure:</b></font><br>(changes the acknowledgement message)<br>"; --- 1679,1683 ---- $webpage->print("<td $ack_command_bgcolor colspan=1 width=50%>"); ! if ($op{$group}{$service}{'ack'} != 0) { # Service has already been acked, offer to re-ack $acknowledge_string = "<font size=+1><b>Re-acknowledge this failure:</b></font><br>(changes the acknowledgement message)<br>"; |