]> 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 e533126ed3f0d3c3844d253a9751df67cd342ea6..758b205654be953a29596e013bd46751e9a04c29 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class ???Captcha extends BaseCaptcha implements SolveableCaptcha {
        /**
@@ -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();
        }
 
        /**