]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/helper/captcha/class_
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / helper / captcha / class_
index 81a4bbbf6a157d538b27957ea4243cb5371e7dd0..758b205654be953a29596e013bd46751e9a04c29 100644 (file)
@@ -30,12 +30,6 @@ class ???Captcha extends BaseCaptcha implements SolveableCaptcha {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("A solveable CAPTCHA");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**