[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: integrity.php (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: integrity.php (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Tue, 7 Aug 2007 06:03:24 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/08/07 06:03:22
Modified files:
integrity.php
Log message:
Removed the references word and replaced it with the same symbol in use on the eventSummary page
Index: integrity.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/integrity.php,v
diff -u -r1.7 -r1.8
--- integrity.php 7 Aug 2007 08:59:24 -0000 1.7
+++ integrity.php 7 Aug 2007 09:03:22 -0000 1.8
@@ -27,7 +27,7 @@
$sk_count = 0;
$i = 0;
echo '<table width=100% border=0 cellpadding=0 cellspacing=0>
- <tr class="eventHeader"><td>Hostname</td><td>File Name</td><td>Date Modified</td><td>More Info</td></tr>';
+ <tr class="eventHeader"><td>Hostname</td><td>File Name</td><td>Date Modified</td><td></td></tr>';
foreach($syscheck_list{'global_list'}{'files'} as $syscheck)
{
$sk_count++;
@@ -58,7 +58,7 @@
echo '-'.$ffile_name2;
}
echo '</td><td>'.date('Y M d H:i:s', $syscheck[0]).'</td>';
- echo '<td>References</td></tr>';
+ echo '<td>°></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.