diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-08 22:56:08 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-08 22:56:08 +0100 |
commit | 2f8b27efeb0a39c24eddf89cf31ea0fd113a6b71 (patch) | |
tree | 86307208e59113214c138067f35a50442d200851 /user_guide/changelog.html | |
parent | 71018b31bd3d2590e71f11a1d3918ce952be0b23 (diff) |
Added the constant CI_CORE to help differentiate between Core: TRUE and Reactor: FALSE.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 815590dc1..159f1a645 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -67,6 +67,7 @@ Hg Tag: n/a</p> <li>General changes <ul> <li>Added <kbd>$config['cookie_secure']</kbd> to the config file to allow requiring a secure (HTTPS) in order to set cookies.</li> + <li class="reactor">Added the constant <kbd>CI_CORE</kbd> to help differentiate between Core: TRUE and Reactor: FALSE.</li> </ul> </li> <li>Libraries |