示例#1
0
文件: osvdb.php 项目: jhbsz/ossimTest
* Public License can be found in `/usr/share/common-licenses/GPL-2'.
*
* Otherwise you can read it here: http://www.gnu.org/licenses/gpl-2.0.txt
****************************************************************************/
/**
* Class and Function List:
* Function list:
* Classes list:
*/
require_once 'classes/Session.inc';
require_once 'classes/Security.inc';
Session::logcheck("MenuIncidents", "Osvdb");
require_once 'classes/Osvdb.inc';
require_once 'ossim_db.inc';
$db = new ossim_db();
$conn = $db->osvdb_connect();
$osvdb_id = intval(GET("id"));
$osvdb = Osvdb::get_osvdb($conn, $osvdb_id);
?>

<html>
<head>
  <title> <?php 
echo gettext("OSSIM Framework");
?>
 </title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  <link rel="stylesheet" type="text/css" href="../style/style.css"/>
</head>
<body>