Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 56 Rev 57
Línea 45... Línea 45...
45
                'checked_value' => '1',
45
                'checked_value' => '1',
46
             ]
46
             ]
47
         ]);
47
         ]);
Línea 48... Línea 48...
48
         
48
         
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'];
53
             $secret_key    = $config['leaderslinked.google_captcha.sandbox_secret_key'];
53
             $secret_key    = $config['leaderslinked.google_captcha.sandbox_secret_key'];
Línea 76... Línea 76...
76
             'options' => [
76
             'options' => [
77
                 'captcha' => $captcha,
77
                 'captcha' => $captcha,
78
             ],
78
             ],
79
         ]);
79
         ]);
Línea 80... Línea 80...
80
     
80
     
81
 
81
*/
Línea 82... Línea 82...
82
    }
82
    }
83
 
83