Cerveceria Centro Americana S.A.

* ELIGE TU PORTAL DE ACCESO
CHOOSE YOUR ACCESS PORTAL


¡Error de Vulnerabilidad! Por favor, cierre el navegador e ingrese nuevamente a LicitacionesOnline.com.
'; print_r($_POST["csrf_token"]); print_r($_SESSION["token"]); exit(); } $emailErr = $passErr = $nitErr = $pactionErr = ""; $email = $pass = $nit = $paction = ""; //$recordar=clean_input($_POST["recordar"]); if (isset($_POST['recordar'])) { if ($_POST['recordar'] !== '1') { $adminErr = "Erro Interno, intentelo nuevamente:"; } else { $recordar = '1'; } } echo "
1.-";print_r($adminErr);echo "
"; if (empty($adminErr)) { $nit = clean_input($_POST["nit"]); if (!preg_match("/^[-a-zA-Z0-9+#_.-]*$/", $nit)) { $nitErr = "Ingrese un formato válido. Ejemplo: CFG-923-A23:" . $nit . ":"; } if (empty($_POST["email"])) { $emailErr = "Su Correo electrónico / Email es requerido."; } else { $email = $_POST["email"]; if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { $emailErr = "Ingrese un formato válido. Ejemplo: john@email.com"; } } if (empty($_POST["pass"]) && !isset($recordar)) { $passErr = "Su Contraseña / Password es requerida."; } else { $pass = $_POST["pass"]; } if (empty($_POST["paction"])) { $pactionErr = "ERROR DE SEGURIDAD EN EL SISTEMA. Por favor reportarlo."; } else { $paction = clean_input($_POST["paction"]); } if ($nitErr == "" && $emailErr == "" && $passErr == "" && $pactionErr == "") { $_SESSION['sgi_nit'] = $nit; $_SESSION['sgi_email'] = $email; $_SESSION['sgi_pass'] = $pass; $_SESSION['sgi_paction'] = $paction; $_SESSION['sgi_admin'] = '1'; if (isset($recordar) && $recordar == "1") { $_SESSION['sgi_recordar'] = "1"; } else { $_SESSION['sgi_recordar'] = "0"; } safe_redirect("https://www.licitacionesonline.com/compras/app_notificaciones-loginvsafe.php"); } else { ?>
  Guatemala
$emailErr;
Ingrese su Correo electrónico. / Enter your Email.

Ingrese su Contraseña. / Enter your Password.


Si utiliza su email para varias cuentas de proveedor, es Obligatorio ingresar el NIT/Tax ID, sino deje este campo en blanco.

If you use your email for several provider accounts, it is mandatory to enter the TAX ID, otherwise leave this field blank.
' />
  El Salvador
$emailErr;
Ingrese su Correo electrónico. / Enter your Email.

Ingrese su Contraseña. / Enter your Password.


Si utiliza su email para varias cuentas de proveedor, es Obligatorio ingresar el NIT/Tax ID, sino deje este campo en blanco.

If you use your email for several provider accounts, it is mandatory to enter the TAX ID, otherwise leave this field blank.
' />
  Honduras
$emailErr;
Ingrese su Correo electrónico. / Enter your Email.

Ingrese su Contraseña. / Enter your Password.


Si utiliza su email para varias cuentas de proveedor, es Obligatorio ingresar el NIT/Tax ID, sino deje este campo en blanco.

If you use your email for several provider accounts, it is mandatory to enter the TAX ID, otherwise leave this field blank.
' />
  Panamá
$emailErr;
Ingrese su Correo electrónico. / Enter your Email.

Ingrese su Contraseña. / Enter your Password.


Si utiliza su email para varias cuentas de proveedor, es Obligatorio ingresar el NIT/Tax ID, sino deje este campo en blanco.

If you use your email for several provider accounts, it is mandatory to enter the TAX ID, otherwise leave this field blank.
' />
  Nicaragua
$emailErr;
Ingrese su Correo electrónico. / Enter your Email.

Ingrese su Contraseña. / Enter your Password.


Si utiliza su email para varias cuentas de proveedor, es Obligatorio ingresar el NIT/Tax ID, sino deje este campo en blanco.

If you use your email for several provider accounts, it is mandatory to enter the TAX ID, otherwise leave this field blank.
' />
"; print_r($s); echo ""; } }