[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: integrity.php (HEAD) [davelowe]



Module name:	ossec-hids
Changes by:	davelowe	07/08/07 05:59:24

Modified files:
	integrity.php

Log message:
Testing a fix for the windows reg being split into two td's thanks to ffname2

Index: integrity.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/integrity.php,v
diff -u -r1.6 -r1.7
--- integrity.php	25 Jul 2007 08:12:58 -0000	1.6
+++ integrity.php	7 Aug 2007 08:59:24 -0000	1.7
@@ -52,12 +52,12 @@
            }
            echo "<tr  class=\"d".($i & 1)."\">\n";
            echo '<td>'.$hostName.'</td>';
-	   echo '<td>'.$ffile_name.'</td>';
+	   echo '<td>'.$ffile_name;
            if($ffile_name2 != "")
            {
              echo '-'.$ffile_name2;
            }
-           echo '<td>'.date('Y M d H:i:s', $syscheck[0]).'</td>';
+           echo '</td><td>'.date('Y M d H:i:s', $syscheck[0]).'</td>';
 	   echo '<td>References</td></tr>';
        }
        echo '</table>';


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.