diff options
author | freewil <sean@eternalrise.com> | 2011-09-30 03:57:27 +0200 |
---|---|---|
committer | freewil <sean@eternalrise.com> | 2011-09-30 03:57:27 +0200 |
commit | f6faa536b11f2ded3973a3e976938e99537ba16a (patch) | |
tree | 083f59541353d02daa9332d8029c0ae0c04ecf63 | |
parent | 73b295ce336b7f2079895cc59d9c3c9e6713c84c (diff) |
cleanup docblocks, remove dated CI_CORE constant
-rwxr-xr-x | system/core/CodeIgniter.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index aca4fb23c..9f88384b1 100755 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -33,28 +33,8 @@ * @var string * */ - /** - * CodeIgniter Version - * - * @var string - * - */ define('CI_VERSION', '2.1.0-dev'); -/** - * CodeIgniter Branch (Core = TRUE, Reactor = FALSE) - * - * @var boolean - * - */ - /** - * CodeIgniter Branch (Core = TRUE, Reactor = FALSE) - * - * @var string - * - */ - define('CI_CORE', FALSE); - /* * ------------------------------------------------------ * Load the global functions |