File "aut_inc.php"
Full path: /home/dsvchile/public_html/equote/aut_inc.php
File
size: 2.22 B
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor Back
<?
include("Utilidades/parse_vars.php");
if($FileConfig != 1)
{
include("Utilidades/config.php");
}
if(isset($administrador))
{
$administrador = unserialize(base64_decode($administrador));
} else {
;?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<html>
<head>
<title>Easy Quote System</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/default.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body bgcolor="FFFFFF">
<BR>
<BR>
<BR>
<TABLE class="Head">
<TR>
<TD>
<DIV align="left">
<FONT color="#2B0A70" face="georgia" size="6">
Easy Quote
</FONT>
<BR>
</DIV>
</TD>
<TD>
<DIV align="right">
<A HREF="http://www.dsv.com.com">
<IMG src="images/LogoDSV.jpg" width="240px">
</A>
</DIV>
</TD>
</TABLE>
<BR>
<TABLE class="Auth">
<TR>
<TD class="celdaDe1">
</TD>
</TR>
</TABLE>
<BR>
<TABLE class="AuthBG">
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
<TR>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
<TD>
</TD>
</TR>
</TABLE>
<div class="Authform">
<form class='Login' method="POST" name="form" action="login.php">
<INPUT TYPE="hidden" NAME="url" VALUE="<? echo "http://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];?>">
<div>
<label>Username :</label>
<input type="text" class="nombre" name="username">
</div>
<div>
<label>Password :</label>
<input type="password" class="nombre" name="password">
</div>
<div>
<input type="submit" value=" Continue " class="boton">
</div>
</form>
</div>
<?
include("footer.php");
die();
}