Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 148 Rev 149
Línea 503... Línea 503...
503
            if ($sandbox) {
503
            if ($sandbox) {
504
                $google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
504
                $google_map_key  = $this->config['leaderslinked.google_map.sandbox_api_key'];
505
            } else {
505
            } else {
506
                $google_map_key  = $this->config['leaderslinked.google_map.production_api_key'];
506
                $google_map_key  = $this->config['leaderslinked.google_map.production_api_key'];
507
            }
507
            }
-
 
508
            
-
 
509
            echo '<pre>';
-
 
510
            print_r($currentNetwork);
-
 
511
            echo '</pre>';
-
 
512
            exit;
Línea 508... Línea 513...
508
 
513
 
509
            
514