Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 18 Rev 26
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 48... Línea 48...
48
         
48
         
Línea 49... Línea 49...
49
 
49
        /*
50
 
50
 
51
         if($config['leaderslinked.runmode.sandbox']) {
51
         if($config['leaderslinked.runmode.sandbox']) {
52
             $site_key      = $config['leaderslinked.google_captcha.sandbox_site_key'];
52
             $site_key      = $config['leaderslinked.google_captcha.sandbox_site_key'];
Línea 75... Línea 75...
75
             ],
75
             ],
76
             'options' => [
76
             'options' => [
77
                 'captcha' => $captcha,
77
                 'captcha' => $captcha,
78
             ],
78
             ],
79
         ]);
79
         ]);
-
 
80
         */
Línea 80... Línea 81...
80
 
81
 
Línea 81... Línea 82...
81
    }
82
    }
82
 
83