Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6823 Rev 6825
Línea 368... Línea 368...
368
                $site_key      = $this->config['leaderslinked.google_captcha.sandbox_site_key'];
368
                $site_key      = $this->config['leaderslinked.google_captcha.sandbox_site_key'];
369
            } else {
369
            } else {
370
                $site_key      = $this->config['leaderslinked.google_captcha.production_site_key'];
370
                $site_key      = $this->config['leaderslinked.google_captcha.production_site_key'];
371
            }
371
            }
Línea -... Línea 372...
-
 
372
 
-
 
373
            $sandbox = $this->config['leaderslinked.runmode.sandbox'];
-
 
374
            if ($sandbox) {
-
 
375
                $google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
-
 
376
            } else {
-
 
377
                $google_map_key  = $this->config['leaderslinked.google_map.production_api_key'];
-
 
378
            }
-
 
379
 
372
 
380
 
373
            $headers  = $request->getHeaders();
381
            $headers  = $request->getHeaders();
374
            $isJson = false;
382
            $isJson = false;
375
            if ($headers->has('Accept')) {
383
            if ($headers->has('Accept')) {
Línea 393... Línea 401...
393
            if ($isJson) {
401
            if ($isJson) {
Línea 394... Línea 402...
394
 
402
 
-
 
403
 
395
 
404
 
396
 
405
                $data = [
397
                $data = [
406
                    'google_map_key'    => $google_map_key,
398
                    'email'     => $email,
407
                    'email'     => $email,
399
                    'remember'  => $remember,
408
                    'remember'  => $remember,