Se agrega menu mi cuenta

parent 5d3ca6d6
......@@ -83,8 +83,8 @@ class IndexController extends AbstractController {
$log->debug("3-No se pudo obtener el msisdn....");
$code = Utiles::generarCodiogUnico($ip);
//redirect a php que esta en otro servidor
$url = 'http://m.hitsahora.cl/script.php?' . http_build_query(array(
'url_retorno' => "$host/app/musica" //el msisdn se le agrega al final de la url como get, en el otro servidor(ej: ?msisdn=999999)
$url = 'http://m.topsify.cl/script_topsify.php?' . http_build_query(array(
'url_retorno' => "$host" //el msisdn se le agrega al final de la url como get, en el otro servidor(ej: ?msisdn=999999)
));
$statusCode = 302;
return new RedirectResponse($url, $statusCode);
......
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