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 2d3f24958..0d0fffbe1 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', TRUE); + +/* + * ------------------------------------------------------ * Load the global functions * ------------------------------------------------------ */ |