Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / classes / main / helper / web / class_WebFormHelper.php
index 8d20001046a071f98afbff5556decf17bb8b727c..43ea97822218276adde87a38717d69b8046a878f 100644 (file)
@@ -59,10 +59,10 @@ class WebFormHelper extends BaseHelper implements HelpableTemplate {
        private $formEnabled = true;
 
        // Class Constants
-       const EXCEPTION_FORM_NAME_INVALID       = 0x030;
-       const EXCEPTION_CLOSED_FORM             = 0x031;
-       const EXCEPTION_OPENED_FORM             = 0x032;
-       const EXCEPTION_UNEXPECTED_CLOSED_GROUP = 0x033;
+       const EXCEPTION_FORM_NAME_INVALID       = 0x300;
+       const EXCEPTION_CLOSED_FORM             = 0x301;
+       const EXCEPTION_OPENED_FORM             = 0x302;
+       const EXCEPTION_UNEXPECTED_CLOSED_GROUP = 0x303;
 
        /**
         * Protected constructor