diff options
Diffstat (limited to 'system/core')
-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..1c06488f0 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 * ------------------------------------------------------ */ |