<?php 
session_start();
$_SESSION = array();
?>
<html>
<head>
<title>COVENSOL C.A.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/disabled_keys.js"></script>
<link href="shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="shared/css/cabecera.css" rel="stylesheet" type="text/css">
<link href="shared/css/general.css" rel="stylesheet" type="text/css">
<link href="shared/css/catalogos.css" rel="stylesheet" type="text/css"> 
</head>
<body bgcolor="#EAEAEA" leftmargin="0" marginwidth="0" marginheight="0">
<?php
echo "<script language=javascript>";
echo "location.href='covensol_login.php'";
echo "</script>";
exit(); 
?>
</body>
</html>
