Commit e4da85de authored by Ana's avatar Ana

cambios

parent a5e29fc2
......@@ -33,7 +33,7 @@ class IndexController extends AbstractController {
$msisdn = $request->get("msisdn", "");
$modal = $request->get("m", 0);
$log->debug("entrando...HOST : $host |IP : $ip |MSISDN ENTRANTE: $msisdn| MSISDN SESION : $msisdnSesion");
$log->debug("entrando...HOST : $host |IP : $ip |MSISDN ENTRANTE: $msisdn| MSISDN SESION : $msisdnSesion | MODAL : $modal");
if ($session->get('msisdn')) {
$log->debug("1-MSISDN sesion encontrado....");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment