CAPTCHA support basicly finished (weak CAPTCHA!)
[shipsimu.git] / inc / config / class_FrameworkConfiguration.php
index 32453ab45cb0a54e4280f4f11a5bef5c43b7f0bb..6d3b99fb9d03187b10c31ecfbf12fbed4ddbf8a7 100644 (file)
@@ -39,8 +39,8 @@ class FrameworkConfiguration implements Registerable {
        private static $cfgInstance = null;
 
        // Some constants for the configuration system
-       const EXCEPTION_CONFIG_ENTRY_IS_EMPTY      = 0x400;
-       const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x401;
+       const EXCEPTION_CONFIG_ENTRY_IS_EMPTY      = 0x130;
+       const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x131;
 
        /**
         * Protected constructor