Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6826 | Rev 6849 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6826 Rev 6839
Línea 395... Línea 395...
395
            $email      = isset($_COOKIE['email']) ? $_COOKIE['email'] : '';
395
            $email      = isset($_COOKIE['email']) ? $_COOKIE['email'] : '';
396
            $remember   = $email ? true : false;
396
            $remember   = $email ? true : false;
397
            $access_usign_social_networks = $this->config['leaderslinked.runmode.access_usign_social_networks'];
397
            $access_usign_social_networks = $this->config['leaderslinked.runmode.access_usign_social_networks'];
Línea 398... Línea 398...
398
            
398
            
-
 
399
            if($isJson) {
-
 
400
                $sandbox = $this->config['leaderslinked.runmode.sandbox'];
-
 
401
                if ($sandbox) {
-
 
402
                    $google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
-
 
403
                } else {
-
 
404
                    $google_map_key  = $this->config['leaderslinked.google_map.production_api_key'];
399
            if($isJson) {
-
 
Línea 400... Línea 405...
400
                
405
                }
-
 
406
                
401
                
407
                
402
                
408
                $data = [
403
                $data = [
409
                    'google_map_key' => $google_map_key,
404
                    'email'     => $email,
410
                    'email'     => $email,
405
                    'remember'  => $remember,
411
                    'remember'  => $remember,