Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / config / class_FrameworkConfiguration.php
index 493af366e33c1a362449311ee5bc102f874ddcd6..32453ab45cb0a54e4280f4f11a5bef5c43b7f0bb 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      = 0x040;
-       const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x041;
+       const EXCEPTION_CONFIG_ENTRY_IS_EMPTY      = 0x400;
+       const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x401;
 
        /**
         * Protected constructor