setting Auth::authorize to false by default

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5430 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-07-09 18:56:45 +00:00
parent 8dd6c78754
commit c94a72db5a

View file

@ -55,7 +55,7 @@ class AuthComponent extends Object {
* @var string
* @access public
*/
var $authorize = 'Acl';
var $authorize = false;
/**
* The name of an optional view element to render when an Ajax request is made
* with an invalid or expired session