[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/08 05:29:28

Modified files:
	integrity.php

Log message:
Started working on filtering integ results

Index: integrity.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/integrity.php,v
diff -u -r1.9 -r1.10
--- integrity.php	8 Aug 2007 06:33:13 -0000	1.9
+++ integrity.php	8 Aug 2007 08:29:27 -0000	1.10
@@ -11,7 +11,7 @@
 }
 
 /* Last modified files */
-$syscheck_list = os_getsyscheck($ossec_handle);
+$syscheck_list = os_getsyscheck($ossec_handle,$_GET['selectedHost']);
 if(($syscheck_list == NULL) || ($syscheck_list{'global_list'} == NULL))
 {
     echo '


OSSEC home | Main Index | Thread Index


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