diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 567e67f65..b91ed3896 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -36,6 +36,13 @@ /* * ------------------------------------------------------ + * Define the CodeIgniter Branch (Core = TRUE, Reactor = FALSE) + * ------------------------------------------------------ + */ + define('CI_CORE', FALSE); + +/* + * ------------------------------------------------------ * Load the global functions * ------------------------------------------------------ */ |