Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 1 Rev 12
Línea 44... Línea 44...
44
                'unchecked_value' => '0',
44
                'unchecked_value' => '0',
45
                'checked_value' => '1',
45
                'checked_value' => '1',
46
             ]
46
             ]
47
         ]);
47
         ]);
Línea -... Línea 48...
-
 
48
         
Línea 48... Línea 49...
48
         
49
         /*
49
 
50
 
50
         if($config['leaderslinked.runmode.sandbox']) {
51
         if($config['leaderslinked.runmode.sandbox']) {
51
             $site_key      = $config['leaderslinked.google_captcha.sandbox_site_key'];
52
             $site_key      = $config['leaderslinked.google_captcha.sandbox_site_key'];
Línea 74... Línea 75...
74
             ],
75
             ],
75
             'options' => [
76
             'options' => [
76
                 'captcha' => $captcha,
77
                 'captcha' => $captcha,
77
             ],
78
             ],
78
         ]);
79
         ]);
-
 
80
         */
79
    }
81
    }
Línea 80... Línea 82...
80
 
82
 
81
      
83