Correcciones - registro
This commit is contained in:
@@ -265,7 +265,7 @@ function enviarSoliAgencia()
|
||||
|
||||
// Sanitizar y obtener datos
|
||||
$agencia = trim($_POST['nombre_agencia'] ?? '');
|
||||
$rfc = trim($_POST['rfc'] ?? '');
|
||||
$rfc = trim($_POST['rfc_agencia'] ?? '');
|
||||
$correo = trim($_POST['correo'] ?? '');
|
||||
$telefono = trim($_POST['telefono'] ?? '');
|
||||
$direccion = trim($_POST['direccion'] ?? '');
|
||||
|
||||
Reference in New Issue
Block a user