[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: index.php (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: index.php (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Thu, 9 Aug 2007 06:55:48 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/08/09 06:55:45
Modified files:
index.php
Log message:
Description: Search Page checkin
Reviewed by: DL
Bug:
Description:
Bug:
Index: index.php
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/index.php,v
diff -u -r1.3 -r1.4
--- index.php 25 Jul 2007 08:30:09 -0000 1.3
+++ index.php 9 Aug 2007 09:55:45 -0000 1.4
@@ -15,6 +15,15 @@
case "integrity":
$siteAction = "Site/integrity.php";
break;
+ case "search":
+ $siteAction = "Site/search.php";
+ break;
+ case "stats":
+ $siteAction = "Site/stats.php";
+ break;
+ case "about":
+ $siteAction = "Site/about.html";
+ break;
default:
$siteAction = "Site/welcome.html";
}
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.