[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: search.php (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: search.php (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Sun, 12 Aug 2007 00:33:08 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/08/12 00:33:05
Modified files:
search.php
Log message:
Removed duplicated ossec handle binding
Index: search.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Site/search.php,v
diff -u -r1.2 -r1.3
--- search.php 10 Aug 2007 07:22:30 -0000 1.2
+++ search.php 12 Aug 2007 03:33:05 -0000 1.3
@@ -19,15 +19,6 @@
return(1);
}
-/* Starting handle */
-$ossec_handle = os_handle_start($ossec_dir);
-if($ossec_handle == NULL)
-{
- echo "Unable to access ossec directory.\n";
- echo "</div>";
- exit(1);
-}
-
/* Initializing some variables */
$u_final_time = time(0);
$u_init_time = $u_final_time - $ossec_search_time;
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.