]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/helper/web/class_WebFormHelper.php
CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / classes / main / helper / web / class_WebFormHelper.php
index 9a668d123d193ac82efb4c1ba485dca028fec194..603f70b79f94825f55791541c044ce8836a12d09 100644 (file)
@@ -64,10 +64,10 @@ class WebFormHelper extends BaseHelper implements HelpableTemplate {
        private $formEnabled = true;
 
        // Class Constants
-       const EXCEPTION_FORM_NAME_INVALID       = 0x300;
-       const EXCEPTION_CLOSED_FORM             = 0x301;
-       const EXCEPTION_OPENED_FORM             = 0x302;
-       const EXCEPTION_UNEXPECTED_CLOSED_GROUP = 0x303;
+       const EXCEPTION_FORM_NAME_INVALID       = 0x120;
+       const EXCEPTION_CLOSED_FORM             = 0x121;
+       const EXCEPTION_OPENED_FORM             = 0x122;
+       const EXCEPTION_UNEXPECTED_CLOSED_GROUP = 0x123;
 
        /**
         * Protected constructor