cakephp2-php8/cake/libs/controller/components
2011-05-08 08:23:09 -04:00
..
acl.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
auth.php fixed error when passing false for $conditions, closes #1685 2011-05-08 08:23:09 -04:00
cookie.php Fixing formatting, and updating test to better reflect what would normally happen. 2011-04-16 15:56:40 -04:00
email.php Allowing strings in cc and bcc. Fixes #1553. 2011-02-22 21:23:15 -03:00
request_handler.php Fixing incorrect content type headers from being set, when an action contains a requestAction to an action with a different Content-Type. Also populating RequestHandler->params as it was always empty. 2011-01-18 08:28:16 -05:00
security.php Removing unserialize() as its dangerous. Instead using | delimited fields for locked fields. This totally avoids issues with serialize(). Removing str_rot13, as its only child proof. 2010-11-20 23:42:54 -05:00
session.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00