<?
$path = $row_uniweb['path_host']."/".$row_uniweb['path_entradas'];
include ('sube.php');
?>
<html>
<head>
<title>Subir fichero</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border=0 cellspacing=1 cellpadding=1 align="center">
<tr>
<td bgcolor="#FFFFFF">
<div align=center><span class="tit02"><b>Subir Fichero</b></span></div>
</td>
</tr>
<tr>
<td>
<? echo $muestra; ?>
</td>
</tr>
</table>
</body>
</html>