~fawek/php-recaptcha-lib/1.0

« back to all changes in this revision

Viewing changes to recaptcha.php

  • Committer: faw
  • Date: 2008-09-04 13:37:08 UTC
  • Revision ID: faw217@gmail.com-20080904133708-ls7y3e59rd9udt7e
I don't want to release new version every time a new theme or a new language will be provided by reCAPTCHA developers. We don't need it for the moment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
        private $secure = false;
18
18
 
19
 
        private $availableOptions = array(
20
 
                'theme' => array('red', 'white', 'blackglass', 'clean', 'custom'),
21
 
                'lang' => array('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr'),
22
 
        );
23
 
 
24
19
        public function __construct($pubKey, $privKey, $secure = false)
25
20
        {
26
21
                if (empty($pubKey))