diff options
author | Chris Passas <cpassas@gmail.com> | 2013-02-13 20:16:18 +0100 |
---|---|---|
committer | Chris Passas <cpassas@gmail.com> | 2013-02-13 20:16:18 +0100 |
commit | 0bd6b28045c9b9a820e580b3f651f474b60348a3 (patch) | |
tree | bad9b41faf9dab741cfba811a1c99fd53fbd480b /user_guide_src/source | |
parent | aae91a45e27cb11e09b22bf9be04a7da9f6ff20b (diff) |
Added support for changing the default log file extension from .php to whatever is preferred. example (.log)
This is a follow up to this pull request.
https://github.com/EllisLab/CodeIgniter/pull/2243
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 893c3db61..7f12ca8a1 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -55,6 +55,7 @@ Release Date: Not Released - Updated *ip_address* database field lengths from 16 to 45 for supporting IPv6 address on :doc:`Trackback Library <libraries/trackback>` and :doc:`Captcha Helper <helpers/captcha_helper>`. - Removed *cheatsheets* and *quick_reference* PDFs from the documentation. - Added availability checks where usage of dangerous functions like ``eval()`` and ``exec()`` is required. + - Added support for changing the file extension of CodeIgniter log files using $config['log_file_extension']. - Helpers |