GIF89a
| Server IP : 200.152.183.196 / Your IP : 216.73.216.150 Web Server : nginx/1.20.2 System : Linux server.teclabs.com.br 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : re8rc56e54 ( 10140) PHP Version : 7.3.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/cial.ind.br/httpdocs/c2r/ |
Upload File : |
<?
require('includes/global.php');
sessionClear();
$jscmd = '';
$_SESSION['ID_create'] = 0;
$teclabs = request('teclabs', 1);
if($teclabs){
$jscmd = 'alert("Acesso negado!");';
if(validaAdm($teclabs[0], $teclabs[1]))
header('Location: painel.php');
}
?>
<!DOCTYPE html >
<html lang="pt-br">
<head>
<base id="base-url" href="//<?=$base?>">
<title>TECLABS ® Sistemas para Internet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="title" content="TECLABS ® Sistemas para Internet">
<meta name="keywords" content="TECLABS ® Sistemas para Internet">
<meta name="description" content="TECLABS ® Sistemas para Internet">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="includes/css/style.css?<?=date('YmdHis')?>">
<script src="https://kit.fontawesome.com/e9608b10d9.js" crossorigin="anonymous"></script>
</head>
<body id="root" class="dark">
<div class="login-box">
<div class="login-title">
<img class="login-logo-teclabs" src="imgs/teclabs-logo.png" alt="TECLABS ® Sistemas para Internet" title="TECLABS ® Sistemas para Internet">
</div>
<form class="login-form" id="frm" method="post" action="">
<label>
<span>Nome de usuário:</span>
<input name="teclabs[]" id="teclabs" type="text" value="" autofocus>
</label>
<label>
<span>Senha:</span>
<input name="teclabs[]" id="teclabs" type="password" value="" name="">
</label>
<hr>
<a href="https://www.teclabs.com.br/contato" target="_blank">Esqueceu sua senha?</a>
<input class="login-submit" type="submit" name="name" value="Acessar o sistema">
</form>
</div>
<div class="login-credits">
<span>© 2011 - <?=date("Y")?> | <a href="https://teclabs.com.br/" target="_blank" title="TECLABS ® Sistemas para Internet">TECLABS ® Sistemas para Internet</a>. Todos os direitos reservados.</span>
</div>
<script src="includes/js/scripts.js"></script>
<?=($jscmd?'<script>'.$jscmd.'</script>':'')?>
</body>
</html>