LoginLogoff
Project loginlogoff
Loading...
Searching...
No Matches
vError.php
Go to the documentation of this file.
1<form method="post">
2 <button class="volver" name="VOLVER">VOLVER</button>
3</form>
4
5<h3>¡Vaya! Ha ocurrido un error... </h3>
6<div class="mensaje">
7 <p>Codigo de error: <?php echo $avError['codError']; ?></p>
8 <p>Descripción del error: <?php echo $avError['descError']; ?></p>
9 <p>Archivo del error: <?php echo $avError['archivoError']; ?></p>
10 <p>Línea del error: <?php echo $avError['lineaError']; ?></p>
11</div>
$avError
Definition cError.php:5