HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/i/e/s/iestorre/www2/25aniv/exposicion/Villamanrique90-92.php
<?
include('../cabecera.php');
echo $cadenaError;
print '<form method="post">
  <table width="100%">
    <tr>
      <td colspan="2"><h1>FOTOS</h1></td>
    </tr>
    <TR>
	<td colspan="2" >
	
	<div align="justify" >
  <p><font color="#2f6dff" size="+1">Villamanrique. Febrero 1990:<br><br>
  	  <img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Feb90-3.jpg" width="600" height="400"><br><br></p>

  <p><font color="#2f6dff" size="+1">Villamanrique. Febrero 1990:<br><br>
  	  <img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Feb90-4.jpg" width="600" height="400"><br><br></p>

  <p><font color="#2f6dff" size="+1">Villamanrique. Marzo 1992:<br><br>
  	  <img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Mar92-1.jpg" width="600" height="400"><br><br></p>
	

	</td>
	

	</TR>
	<tr> 
      <td colspan="2" align="right"><a href="indexAdministrador.php">
	  <img src="';
// print getenv("DOCUMENT_ROOT");	
print '../img/flecha2.gif" width="42" height="25"></td>
    </tr>
  </table>
</form>';
include('../pie.php');
?>