Applying doc block changes to app/config/core.php as well. Fixes #1138

This commit is contained in:
mark_story 2010-10-29 00:16:42 -04:00
parent 18bffe8600
commit 086cf279ba

View file

@ -179,7 +179,8 @@
/**
* When set to false, HTTP_USER_AGENT will not be checked
* in the session
* in the session. You might want to set the value to false, when dealing with
* older versions of IE, Chrome Frame or certain web-browsing devices and AJAX
*/
Configure::write('Session.checkAgent', true);