<html>
<head>
<title>Foto Web</title>
</head>
<body background="fondo.gif">
<?php
require "setup.php";
require "$languajefile";
if (isset($usuario) && isset($pas))
{
if (($usu == 'fotoweb' && ($pas == 'foto')))
{
echo "<center><a href=\"admin.php\">Clave Correcta Pulse en este enlace para continuar</a></center>";
}
else
{
echo "<center>";
echo "<hr noshade><font size=\"" . STATS_FONT_SIZE1 . "\" face=\"" . STATS_FONT_FACE . "\">Usuario o Password Incorrecto!<p></p><a href=\"clavep.php\">$sesentaycinco</a></font><hr noshade>";
echo "</center>";
}
}
else
{
echo "<hr noshade><font size=\"" . STATS_FONT_SIZE1 . "\" face=\"" . STATS_FONT_FACE . "\">Please <a href=\"clavep.php\">log in</a> first!</font><hr noshade>";
}
?>
</body>
</html>