[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/07/19 00:53:14

Modified files:
	integrity.php

Log message:
Removed the start date / end date placehold. Set table width to 100% for
resizing purposes

Index: integrity.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/integrity.php,v
diff -u -r1.3 -r1.4
--- integrity.php	11 Jul 2007 01:55:33 -0000	1.3
+++ integrity.php	19 Jul 2007 03:53:13 -0000	1.4
@@ -36,8 +36,7 @@
       isset($syscheck_list{'global_list'}{'files'}))
    {
        $sk_count = 0;
-       echo 'Start Date: End Date: Filter<br />';
-       echo '<br /><table>
+       echo '<br /><table width=100%>
        <tr><td class="eventHeader">File Name</td><td class="eventHeader">Date Modified</td><td class="eventHeader">More Info</td></tr>';
        foreach($syscheck_list{'global_list'}{'files'} as $syscheck)
        {


OSSEC home | Main Index | Thread Index


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