mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
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:
parent
8dd6c78754
commit
c94a72db5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue