Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/captcha/image_captcha/image_captcha.module
244 244
            'ts' => REQUEST_TIME,
245 245
          ),
246 246
        );
247
        $img_src = check_url(url("image_captcha", $options));
247
        $img_src = drupal_strip_dangerous_protocols(url("image_captcha", $options));
248 248
        list($width, $height) = _image_captcha_image_size($code);
249 249
        $result['form']['captcha_image'] = array(
250 250
          '#theme' => 'image',

Formats disponibles : Unified diff